관리-도구
편집 파일: database.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3306 -- Generation Time: Jan 27, 2025 at 07:00 AM -- Server version: 10.11.10-MariaDB -- PHP Version: 7.2.34 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: `u429638064_propertynir` -- -- -------------------------------------------------------- -- -- Table structure for table `admins` -- CREATE TABLE `admins` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(50) DEFAULT NULL, `username` varchar(50) NOT NULL, `email` varchar(100) NOT NULL, `image` varchar(100) DEFAULT NULL, `password` varchar(255) NOT NULL, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `admin_password_resets` -- CREATE TABLE `admin_password_resets` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `status` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `comments` -- CREATE TABLE `comments` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `blog_id` int(11) NOT NULL, `comment` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deposits` -- CREATE TABLE `deposits` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `gateway_id` bigint(20) UNSIGNED NOT NULL, `transaction_id` varchar(255) NOT NULL, `amount` decimal(28,8) NOT NULL, `rate` decimal(28,8) NOT NULL, `charge` decimal(28,8) NOT NULL, `final_amount` decimal(28,8) NOT NULL, `payment_status` int(11) NOT NULL, `payment_type` tinyint(1) NOT NULL, `payment_proof` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `email_templates` -- CREATE TABLE `email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `subject` varchar(255) DEFAULT NULL, `template` text DEFAULT NULL, `meaning` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `email_templates` -- INSERT INTO `email_templates` (`id`, `name`, `subject`, `template`, `meaning`, `created_at`, `updated_at`) VALUES (1, 'PASSWORD_RESET', 'Password Reset Code', '<p><b>Hi {username},\r\n </b></p>\r\n\r\n <p>\r\n Here is your password reset code : {code}</p>\r\n\r\n <p>\r\n Thanks,\r\n </p>\r\n\r\n <p>\r\n {sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"code\":\"Email Verification Code\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-01-20 03:51:47'), (2, 'PAYMENT_SUCCESSFULL', 'PAYMENT SUCCESSFULL', '<p><b>Hi {username},</b></p><p><b>Your Payment for {</b>plan<b>} has been successfully paid.</b></p><p><b>Transaction Number : {trx}</b></p><p><b>Total Amount : {amount} {currency}</b></p><p><b><br></b></p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"trx\":\"Transaction Number\",\"amount\":\"Payment Amount\",\"property\":\"Property Name\",\"currency\":\"Currency for Payment\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2024-11-28 16:04:01'), (3, 'PAYMENT_RECEIVED', 'PAYMENT RECEIVED', '<p><b>Hi {username},</b></p><p><b>You Received Payment for {service} has been successfully paid.</b></p><p><b>Transaction Number : {trx}</b></p><p><b>Total Amount : {amount} {currency}</b></p><p><b><br></b></p><p><b>\r\n</b></p><p>\r\n\r\n</p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"trx\":\"Transaction Number\",\"amount\":\"Payment Amount\",\"service\":\"Service Name\",\"currency\":\"Currency for Payment\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-01-20 03:51:47'), (4, 'VERIFY_EMAIL', 'Verify Your Email', '<p><b>Hi {username},</b></p><p><b>Your verification code is {code}</b></p><p><b><br></b></p><p><b>\r\n</b></p><p>\r\n\r\n</p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"code\":\"Email Verification Code\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-01-20 03:51:47'), (5, 'PAYMENT_CONFIRMED', 'payment confirmed', '<p><b>Hi {username},</b></p><p><b>Your Payment for {plan} is accepted</b></p><p><b>Amount : {amount} {currency}</b></p><p><b>Charge : {charge} {currency}</b></p><p><b>Transaction ID : {trx}</b></p><p><b> </b></p><p><b><br></b></p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"amount\":\"Payment Amount\",\"charge\":\"Payment Charge\",\"property\":\"Property Name\",\"trx\":\"Transaction ID\",\"currency\":\"Payment Currency\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-02-10 04:12:03'), (6, 'PAYMENT_REJECTED', 'payment rejected', '<p><b>Hi {username},</b></p><p><b>Your payement is rejected </b></p><p><b>Pay for {plan}</b></p><p><b>charge : {charge}</b></p><p><b>amount : {amount}</b></p><p><b>Booking Id : {trx}</b></p><p><b> </b></p><p><b><br></b></p><p><b>\r\n</b></p><p>\r\n\r\n</p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"amount\":\"Payment Amount\",\"charge\":\"Payment Charge\",\"property\":\"Property Name\",\"trx\":\"Transaction ID\",\"currency\":\"Payment Currency\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-01-20 03:51:47'), (8, 'RETURN_INTEREST', 'Return Interest', '<p><b>Hi {username},</b></p><p><b>Your interest </b></p><p><b>Pay for {plan}</b></p><p><b>amount : {amount}</b></p><p><b> </b></p><p><b><br></b></p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"amount\":\"Payment Amount\",\"property\":\"Property Name\",\"currency\":\"Payment Currency\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2024-11-28 16:12:01'), (9, 'WITHDRAW_ACCEPTED', 'withdraw Accepted', '<p><b>Hi {username},</b></p><p><b>Your withdraw is accepted</b></p><p><b>Amount : {amount} {currency}</b></p></p><p>Method {method}</p><p><b> </b></p><p><b><br></b></p><p><b>\r\n</b></p><p>\r\n\r\n</p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"amount\":\"Payment Amount\",\"currency\":\"Payment Currency\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-01-20 03:51:47'), (10, 'WITHDRAW_REJECTED', 'withdraw Rejected', '<p><b>Hi {username},</b></p><p><b>Your withdraw is rejected</b></p><p><b>Amount : {amount} {currency}</b></p></p><p>Method {method}</p><p><b> </b></p><p><b> <p>Reason {reason}</p><p><b> </b></p><p><b><br></b></p><p><b>\r\n</b></p><p>\r\n\r\n</p><p>\r\nThanks,\r\n</p><p>\r\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"amount\":\"Payment Amount\",\"currency\":\"Payment Currency\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-01-20 03:51:47'), (11, 'COMMISSION', 'Commission', '<p><b>Hi {username},</b></p><p><b>Your Commison </b><b>Amount : {amount} {currency}</b><b> </b></p><p><b>User: {refer_user}</b></p><p>\nThanks,\n</p><p>\n{sent_from}</p>', '{\"username\":\"Email Receiver Name\",\"amount\":\"Payment Amount\",\"currency\":\"Payment Currency\",\"sent_from\":\"Email Sent from\"}', '2022-01-20 03:51:47', '2022-02-10 07:00:40'); -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `gateways` -- CREATE TABLE `gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `gateway_name` varchar(255) DEFAULT NULL, `gateway_image` varchar(255) DEFAULT NULL, `gateway_parameters` text DEFAULT NULL, `gateway_type` tinyint(4) DEFAULT NULL COMMENT '0=manual,1=automatic', `user_proof_param` text DEFAULT NULL, `btc_wallet` decimal(28,8) NOT NULL DEFAULT 0.00000000, `btc_amount` decimal(28,8) NOT NULL DEFAULT 0.00000000, `rate` decimal(28,8) NOT NULL DEFAULT 1.00000000, `charge` decimal(28,8) NOT NULL DEFAULT 0.00000000, `status` tinyint(4) DEFAULT 1 COMMENT '0=active,1=deactivate', `is_created` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `gateways` -- INSERT INTO `gateways` (`id`, `gateway_name`, `gateway_image`, `gateway_parameters`, `gateway_type`, `user_proof_param`, `btc_wallet`, `btc_amount`, `rate`, `charge`, `status`, `is_created`, `created_at`, `updated_at`) VALUES (1, 'paypal', '6793b6ea783e51737733866.png', '{\"gateway_currency\":\"USD\",\"paypal_client_id\":\"AQtCVGlS22wqYBGWPHW1a6aAVuUcFwSOWzUGoRvsbth2vUNNxrekowLwrYRwIYLMAetedRPu3hKMO57C\",\"paypal_client_secret\":\"EMksMmpKq5xfnJP3So7fVTyjghVV4mtUa70qsXbNAiw3nBF3ir6ENXZasxT-3cPDZ8ZXJX0DaggQFptv\",\"mode\":\"sandbox\"}', 1, '\"\"', 0.00000000, 0.00000000, 1.00000000, 0.00000000, 0, 0, '2022-01-20 03:51:47', '2025-01-24 15:51:06'), (2, 'stripe', '6793b6fa605b11737733882.png', '{\"gateway_currency\":\"USD\",\"stripe_client_id\":\"pk_test_51JPpg8Ep0youpBChKWG5eyrUnj7weSPl3FlIaU8unUrqOfoA0aAFGJq6biVmcZBjKdD7Jf7HXmH6DKaxjtJsWn9200QGc9BTns\",\"stripe_client_secret\":\"sk_test_51JPpg8Ep0youpBChPXaj1T1fXk5zhCTg8A8hCCF5sfrFm7C0n7pIYfGoMptc1xqoFb5Mnro56LB3jn21JsTvnGtP00ZTxKIaJ8\"}', 1, '\"\"', 0.00000000, 0.00000000, 1.00000000, 5.00000000, 1, 0, '2022-01-20 03:51:47', '2025-01-24 15:51:22'), (3, 'crypto', '6793b660c98091737733728.png', '{\"name\":\"Crypto USDT\",\"account_number\":\"TMeap1g4cC2njqwkWiDHaFvdb4341Yz6evRWXNY5\",\"routing_number\":\"TRC(20)\",\"branch_name\":\"<p><img style=\\\"width: 207px;\\\" src=\\\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM8AAADPCAYAAABSgYVfAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpaJVBwuKOGSogmBBVMRRq1CECqFWaNXB5NIvaNKQpLg4Cq4FBz8Wqw4uzro6uAqC4AeIs4OToouU+L+00CLGg+N+vLv3uHsHCNUi06y2cUDTbTMRi4qp9KoYeEUAXehHD0ZlZhlzkhSH5\\/i6h4+vdxGe5X3uz9GtZiwG+ETiWWaYNvEG8fSmbXDeJw6xvKwSnxOPmXRB4keuK3V+45xzWeCZITOZmCcOEYu5FlZamOVNjXiKOKxqOuULqTqrnLc4a8Uya9yTvzCY0VeWuU5zCDEsYgkSRCgoo4AibERo1UmxkKD9qId\\/0PVL5FLIVQAjxwJK0CC7fvA\\/+N2tlZ2cqCcFo0D7i+N8DAOBXaBWcZzvY8epnQD+Z+BKb\\/pLVWDmk\\/RKUwsfAb3bwMV1U1P2gMsdYODJkE3Zlfw0hWwWeD+jb0oDfbdA51q9t8Y+Th+AJHUVvwEODoGRHGWve7y7o7W3f880+vsBZA1yoaCtac8AAAAGYktHRAD\\/AP8A\\/6C9p5MAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfoBwwRLi2dCcz5AAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAIABJREFUeNrtnVlz21iShZM7AYKbFtuyvFR1RTmq52H+wPz\\/p3md7p6p7unybmvjTnAF7jx0fTkJSCJgi5RVVbwRCMsSieXiLpknT54sDAYD1263Zd\\/2bd9ub05EnPvXz4WCSByLFPfdsm\\/79nVtP3n2bd\\/2k2ff9m0\\/efZt3\\/aTZ9\\/2bT959m3f9m0\\/efZt3\\/aTZ9\\/2bT959m3f9pNn3\\/ZtP3n2bd\\/2bT959m3f9pNn3\\/ZtP3n2bd\\/2k2ff9m0\\/efZt3\\/ZtP3n2bd\\/2k2ff9m0\\/efZt3\\/aTZ9\\/2bd\\/2k2ff9m0\\/efZt3\\/aTZ9\\/27bfXyts+oXNOnHNSLP5rXhYKBSkUCvq3SqUicRxLoVCQ9XotpVJJisWirFarnT5ooVDQ+4rjWEqlkqzXa3HOJe6vUChIuVyWKIr0s3w3q7XbbRkOh+KckziOpVgsymw2E8\\/zEn1RrVYljmNZrVbinJPVaiWVSiWzX+v1uiyXy\\/9f+YpFPed6vc68v2q1qter1WqyWCykUqkkzrmprddrfWfOOSmXy1IsFhPvm+ssl0up1+syn8\\/1\\/7tspVJJSqWSFAoFWSwWUi6XZb1eSxzHslgspF6vP\\/zJc1ur1WoSRZFEUSRxHOtg4Xe\\/hzadTnUQ8eLK5bIuKOVyWTzPk\\/F4\\/FWLEgOQyTibzf71EsvZr7FYLMpyuZRKpSKFQkFKpZL4vi+r1Urm83nmOYrFopTL5cTn1uu1LjLFYlG63a6Mx2O9Tz6fZ+G5a2s0GjIajUREpFKp6OQpFAo7mTj3Onnm83liN2LC8BInk8mDnhjsTrc1z\\/MkDEP9fxRFUqvVdFetVCo62HjBcRzn2jEYvL7vy3w+T0wadoGs1mq1ZDAYSBRF4pyTMAylVCpJFEW5BhfXmE6nOljtRIrjWEajkaxWK+l0OlIoFGQ0Gun58z7n17bRaKT3FMexhGEohUJBVquVDAYDOT4+\\/u1OniAIZLlcynK5lGq1Kuv1Wmq1mqxWKxmPx5mD86G3xWIhhUJBkC4ul8sShqEEQSDz+VyWy6X+fT6f64QqlUoymUwyzbblcqmTE3PtSybfcDjUxSqOY\\/E8T4IgkIuLCxmNRuL7\\/sbvh2EorVZLqtWq3utkMpFSqSQiIvV6XReIwWCQ+O59WBa+70sURTq5MY8rlcpOJo6ISGHbWtW3+TysXMViUSqViiwWC\\/1\\/3tXzLo0V92t9HgZJnmvEcSyXl5dyfHysJlG5XE4sEPQJ58\\/TGJzcC4Myj0+B\\/3HTjhrHca73WigUZDKZSBAE1\\/7G+67VanpPq9VK4jjWMbHLxiLieZ4sFgu9336\\/L57nZS5Omc8v31Cr2vd9qdVqUiqVZLFYyMnJiW6xq9VKfZ9dHduYfJsOBs\\/Tp09lOp1Kt9sVEZGLiwspl8tyfn4uT548kXK5LN1uVzqdju4oeQbWZDKRw8NDHSC+70uxWJTDw8Nczri9hu\\/7Uq\\/XpVAoyLNnz+Ty8lLiON54FAoFOT8\\/lyAIJAxD6ff7usrHcaz3FsexLJdLGY\\/H0mw2Zblc3sv7ffnypS4SLNi+72s\\/7aQNBgO3zRbHsYuiSP8vIq5QKDgmb6lUck+fPnWfPn1yi8Ui8b1dHtxDsVjU++C69h6cc65UKiU+WygUMs8\\/m81cHMfu8vLSHR4e6vcePXrkRMQdHBw4EXHValXvhXtYr9e5+vby8tI559xkMnHT6dQ559zZ2ZlrtVrav5sOz\\/Oc7\\/uuUqm4QqHgPM9zIuIajYYrlUobDxFxT58+db1eL9Ffs9nMLRYLVywWXalU0ud79OiR6\\/V62qe7fr8fPnxwjx8\\/vvbMs9lsO+PaORfF\\/zpi59w6cu7ezDacU6BR55zM53OpVCpqw++yWUj1a8y2PKbNcDiUdrut8LtzTp95tVqp\\/7Ner8X3fQnDUKbTqXiel\\/n8URQp0GKRyjiOpV6vZ96f53kym810RZ5Op1KtVqVerytKleWzhmEoURRJv9+XVqslxWJRYWBgcOuDOefUn02bersIkTDmms2mTCYThfCXy6Wak79Jsw3b13ZutVpVfwfzwA4K55wiS3lNK2vCYK59yTm+tq1WK2k2m7pgFIvFxMQBVFiv11KtViUMQ\\/E8T+r1ei6zknNyvtVqdc0PA06mb+33ZrOZVCoVqVaram5FUSSj0Uih7ywYnvfT7XZ1soPUEQNiAHNvQRBIEAQSx7FMp1M1H4HyvxRQ4NmZMPxs44n2OnEc33ni3LogPyQomEFO3IBdII9PwGDi5UVRpA5ynsFx18YO2u\\/3dRJXKhWJokiDiQxodhFAkzxgBAuMjZ+kfRkWJ4AFfMxSqaSTjoFaLpd14N\\/H4lIsFqXRaOhgn0wmupDmeb8EO4Hn6UfAgW\\/RHtTkYYWI41hms5nCv3lMOibLZDKR5XIppVJJGo1GIri4yxaGoTjnpNvtSqvVkiAIEmgTOysTyqKPee6PHZqV167c9JsdVDju6\\/VaVquVTpYgCKRWq8l6vdag7q5W5psQMQLEwN4EkvMsHiCWURTJbDaTcrksQRB8szDHg5k8YRhKuVyW9+\\/fi3NOPM+TWq2mOw9mwW1HvV6X2WymATq7yt4VprRmyW1HrVaT6XSqptBkMpFqtSrNZlOiKJKDgwOl6mD\\/M\\/jz3B8xFXY4jnK5rDtHrVZT\\/+fk5EQnU6PR0GsPBgOdxAzaXVOj7DUODw\\/l6upKLQTLyNh0lEolWS6X8vr160R\\/xXH87Rgq94W2gVzxr3NOP8e\\/l5eX7tmzZ65arSpaUigUXKVSceVyeeMhIq7VarnXr19fQ\\/Gcc3dG27KuXyqVXBAEel7nnFssFm40GjnnnBsOh+758+cJ1LFarSaun9XsvfPMIuKCIHC1Wk3v9eDgwF1eXmq\\/hmGo9\\/Dy5ctE\\/xaLxQQaetvBZ2hRFCXuPU\\/\\/zudz9+nTJ0UeQR9FJNf79TzPPXv2zI1GIz2vfdfpeygWi7mRzAeNtoFYgWBZ8iSRcsiPFkhg5clqrLjYwJhJ+EF3Rduy7Grf92U2m4lzTobDoRSLRd1hoihS3wN\\/w5IW8YU2NXZVVmEbZOX8UIJsH\\/AeoEdBGeLIGwfjetYRtyZ1Vv9CTarVagkzi\\/vN4zMVi0U9J0gmAMxN7xiTOI9P+TVoW\\/mhmG0QFm2gjYHGwMhrVsHeLpVK6h\\/ch9kJEtVqtRIgBr4KyA8mDCDCfD7P5JdZf5ABzECBcpOG1Bk4tj\\/oZ\\/qX3+\\/aL+Sa+C3A9qvVSgd7VmPRwYxtNpsaaP\\/DAwaWssOKyS6QxyfBR2IwMZnyrOy7RtsYtHYSfYnPY1Epi7YxmVh4QNuI\\/1QqlcQEwRe0LOn7AFSIvzDJJ5NJAlDJg7ZZcjG7jyXb\\/mEnj3NOV1deZqFQuJGPlWfygT59CUw9m82Ui8YEtrkrOLxMUGuaWqe7VCrphLVOuXNOf0\\/cBdga0wozj+Ae3yWGwm7KgPF9Xychkyi9mmPiANtHUZRIa2DyMqGIVwG+2Lic7e9er6cTNi9ayCKSzgHKC3fzTK1WS4Pv2wCEvqY9GLPtW7fBYCC+70u1WpV+v68cqcFgIJ1OR5rNpjjn5OrqSgcPAwpTMWtnWi6XMp\\/PpdlsKgwP169arepuNJlMpN1u66Rh8oZhmPDD2GWazWYiHeKmtlwuxfM8GQ6HUqlUZDweS6PRSMTFgNBZxAgfcO3lcqn+VL1el263K8vlcnfcsQfe9mnYv7ZOp6ODhFV6Pp9Lp9OR1Wolk8lEBy2QMMHIPDb3aDSSUqmkwEatVkukZtiYlmUHMEHn87nuILPZLEHTyZMLVa\\/XpdfrKaO92WxKsViU6XSamKC1Wk2h7263qzEi7t36pUzKPHGa\\/eT5HTf8FN\\/3FSVjoJRKJanVajKfz3WnmM1mOqDy8LZarZaaLUy4NF8tiiLN87HR9CiKNBEuiiKN1E+nU1mtVrlN04ODA31WTLZqtapmKqYnPDUQy+FwqFmZxIhAskg9+CO2vdn2BZML08ymlFcqla1kwcJBA+KtVCoShqFSbHq9njjnpNFo6K7YbrcT\\/K5NjSArGamDwUDzXAigYq7he4VhqDslJFDnnJqZcO2+Fdq1nzwPpBE7CcNQ4jhWag8Th3Rx\\/A5Le7EQ6iazDcoOKz3OdrlcVhCgUCjIdDqVdrst9XpdYxcHBwcJON7zvITZleV3NJtNGY\\/HOkHIJ8Kns+an7\\/sKPHC\\/ZMKmd7nxeHwvaObebHvggAGpAja1eDAYqLMPVwyT7fvvv9fdIY\\/ZBv+OVRx\\/ARUb4PV2uy0fP37UCTEej6Xf70u5XJZ+v6+iFqPRSIbDoZyenmZef71eS7PZlFKpJJeXl2q24dMREiBtod\\/vKw+OReTx48fy888\\/KyubProvbtx+53nAgAG7Do6yzclZrVaKjuEPDIdDefnyZWIw3dZWq5Xmz2AWYTLh77CCLxYLefHiRQLOxWw8ODiQXq+nYIPneQnVnk0wr51E3FO9Xlf4utFoaNpEpVKRXq+XyMQkO9QCF0EQ\\/G7Uj36zO4+N0zCIgETzNvs9EKE81A8GJ7sOMRkCcFB2mDjOOSmVSnJwcJDb3yFoiXnHcy0Wi2vJgExadiILIff7fQ14phV7iJ+wi9k4FNe14ECr1VKzEXMRYMCq\\/zA5bL5SqVRSoCSvvgOmIPGoL\\/WV7DONRqPEwvaHnjw2vmAT46zgRdbESUfQ4ZPlDbSOx2MduEEQbDXL1VKFyuWyzOdzhautCMhtDAEGMhMXFrdzTnzfT7AP2DWhv7Dr2YlWqVR0ogGTAwAEQaC73tdozO2if4vFYiJjFljf5vf8Yc02ViQ6yvO8L6JfEGkm9sFqZKn3WZPXElIZNHmJi5kd\\/atPwflJobCkWWhFtOVymfh\\/o9FQ\\/4uBXiwWExpsaeVO+3\\/oMHwfU5Fn5F\\/6DqbENpLNttG\\/FpQJguBe6VcPeuepVqsymUzk2bNn6swS12ACbDpw3N+8eaOrNxMpz8tngn3+\\/FnjIXm\\/m6fN53OFgwEOPM\\/TAcG\\/1WpVer2eqtGI\\/ItS0+12ZTqdqvKNVR2y979cLuXg4ECZEPQl+gosTDYdnMFrn\\/Xg4EA+f\\/6cOPddF49N\\/Zv1fokvPXv2TCeepVF9K5TpQeTzoAbz7t07t1qtrp1ztVptPKy6zHq9dovFQnM5oijKzDdZLpfXzvOl6kD22dI5QuTV8Jyo4Ng2mUxU7eXjx496P6jlPH36VPNg6vV6Is9FflXBqdfrTkTcycmJ\\/r3RaLh2u53I4SH\\/x\\/f9jUo9q9XKLZfLzPd+1\\/7N837DMHS\\/\\/PJLIkcpiiJ9z3\\/YfB5iJ5g3mBalUinXyjefz3U1TkvBIjqelc+zXq9lOBzK4eHhtXvLej577rSuAPEjVC0xR9NpyDw\\/17T3xkprAQHMK+JPxJtuy0Nqt9syHo\\/F8zxlS8C3g1dnn\\/nq6kra7XZuLext9O8mwCHtO6ZjTvedz\\/OgAAPLisbEyas2SRAzCAJ1mkHC8trEllE8Go10Am8jHwhT6yafxz4DAyWtQUCiHXAyNB4LBNgBRq4Q6RBpn8eiVGgaMNiQoiJfZmsO9h36F8QQwATTczKZ7AVA0C2waBsrdB40Bkfa5sgAB+dB25BGYqAxCXlxd+7oX+Fh\\/LHZbKbUG6sic5v6DQAK4ABsBfQbuE8WDoKv0IjyoG0McCDoSqWSkJy6S7tr\\/5IFawEkUMffvAAIA6DX692YA5IWfGAlpCOs48fKeRMdJAt0sLkdvJx6va6rOnA412X1hWCZdkbtAOT5bPDU87zEdey52S0YOIAFfMZmQbJg2AFFbMQmgDFgyKRkcbDnQlSfnQkSKgPQZrMySTFvudZ0OpVCoaBpC1gF5BgRJIXWw31ZSpPIv\\/hxQOeNRiMxSdMab3maBYIKhULifWOykfzHuXeVSbzVnWe5XKog3nw+VwpKegV59uyZnJ2dqU9zHysHk3g+n0uj0dCoOoObjm+1WvLp0yddpavVqlSrVdWVgxPGgJzNZokgHfEVyJaYo3DlMJs8z5PJZKKQMYsHCCN9g\\/83Go1U+zld4Org4CChODSZTOTJkyeyWq00CBtFkXQ6HX0nxHN835fLy8trCXyNRkM+fvyosSJ2NFjUNoUc08vG5EDr7itZbT6fy6NHj3QcYvqi7fbg0bbxeOyiKHJRFKmGMahQvV53lUpFlWkePXqkqMh9HFYhplgsumKx6KbTqVutVm4ymSgqdHl56brdrqtUKq5YLLpKpaII2mQycfP53C0WC0WAut2u63Q6zvd9V61Wne\\/7br1eJzSaQZu4D7Sly+WyIln8y+f5O8ia7\\/tuOp0m0LvlcukWi0XiOUulkjs8PHQXFxfXULLZbOa63a5+FsSNNhwO3Wq1cmEYurOzM9dut121WlWFnUaj4T58+OCGw6Hex2w2c+v12nU6HSciiXcMOngf79leF4SxXC5\\/kTrRN0PbCHISGcchRa8sHcycz+e67WKf73rnwSfAIbbKNSBOVhHGolWs1iBizjmZTqdqOtnr8GwkwNlEskajoY4vmt39fl\\/P45yTyWQiL168SMjG8rfz83N59OiRShFTCQD9NnZT+z12xyAI9F4sSANBlWe0SKKV8LUVHchI5bkAQjzPSyBdjIldswCIB2LaksrOuNxFiZGtQSmYHTixUNgRAgditHY1UOl9CFCgMGkd8mq1KuPxOFHuELJkHMcauKXODi\\/F5vWAIPF3BMaBx5k8BDghkaJ0STkSC+k2Go2EtC79OxqN5OjoSFarlQyHQ\\/3ZLk4IuuNn+b6vmtgionw2gIcffvhBFVpJuCOXCNKnFVX88OGDnJ6e6kRkEeA509K9NnVil63b7Uq\\/35fDw0MZj8dKgN3GxNm52Tafz1Xg76bgWTpYyu\\/L5XLuEhl3PazYHubKfD5PBGzX63VCFNCabZhqNvCWNh3SQdJ+v68\\/t9tt12q1VCSxVColyoXYgKT8KgjIOdvttgvDMGGKYXK2Wi0XBEHCdLHns2Yp5prv+\\/rZtAnGz7wj7sPzvMT7xsRDkBEz8\\/Dw0AVBcG8muTWHCRJXq1XX6XQSJva2zbatAQbk9dOm06n8\\/PPP8vjxY0VJLJMWJi9YvQ2m7uJIxwxOTk7kl19+Sajsi4iKb7BaQSWxQUl2zHfv3mlRJZ7p+++\\/l\\/Pzc0V4OO9isZDhcCjz+VyOj4\\/VzKjVaqqAw47Fzmb16ihFgslLASkK2YZheI0HSIwHU3E0Gkmr1ZLFYiGLxUJjY9wjZib3e3R0pCYRFgXmNSau7ZdarSaVSkX6\\/b5MJhMVTuHd7\\/IAVl+tVnJ8fKy763Q63ZnGwtZ8HkiPk8lEt+pCoaA5IFbBE5sYFOc+0DZsb0w3tnPMSKLS5XJZhsOhDgTMO1jNoFdxHCeyM4GuKWBLyjLER1A7EDZ7H\\/SJhXzPz8\\/V7LMpCZiTVi3Uwrj8zqY0kPvDxLAMB1Ay2Mn9fl9rDI3HY0Xh4A8yIafTqcaDMDkxjZng5C5ZP2pXjeuT32T1uRmD2\\/Z5tjZ5oJ+wulnBCBxsWxmaz1mlSwaKrSlzH+VB8jTkdJkwtvTJl9TcrNfrCqXa9G1LKbmJvsR3GZj4RhbuRtkHpR0CsTCvfd\\/XgCi7wTYG1peOEcAHq5aaNX7yLLBWrw7LgfPcFbDYKT0H3pbv+2o+ABJYcy2KosQLA4\\/n4eCB4WzizH7rxqqKhgEcPBCerIPP4cxbzbQ8L5bdIQxD3cWYxGkN6CAIEiIdvJfRaKQ5RLPZTBeD+6qSYHWz1+u1BncBKzaNn7zvB4njKIpkOBzuNN9na8YgqyX2JaYI0WsbhWfVZrsnyMbOZP9GJP1b8ZesWWAzMhkMX1JcqdVqKRcrncOTNUDsKs3nIYRaM9FK0lomBAscqQnlclmq1apcXFzI8fHxnfs36\\/7tImOryVl55E3jJ+v+bCjCmuC8q10gbsVtr8yWpzUYDGS5XGrBqcVikfArcFptp1HTBhsWyPtbNygtlj7T6XQ0Up\\/l0MK7wz+aTCbqH+UZuLAOYCBYCBm\\/DS4c12GCWolfmBX4TVYz+z52HyR6eSaKgmWNn6xWKpW0OgULMTJdO1tQt52ScHV1JaVSSQu+srpYxxL71sY2WDExQxaLhYpPYB8\\/hJ2n2+1KFEUJyac8g484BGAKKeOUO8zyeaIo0vL08M4gh7LrsKP7vi9v377VwYPPwPXOzs7EOSdPnjxRlI3KDrtqo9FIg7lQjQhC28Vx0\\/jJamTDrlYrGY\\/HMh6PVaDlrhPpJp9na3Ge2WyWKNu9XC7dX\\/\\/6V6Vt2GQsii8RM7H3MJ\\/P3WQy0XjGf\\/7nf95bHGjTUa1WNemM\\/\\/\\/5z392V1dXufqn1+u5f\\/\\/3f9fYVhAEzvO8a4W0NhX\\/InkuDEPt68FgoDGVWq2mMarDw0NXKBSUVsM9E5eBTjUej53v+3fun6y2Xq\\/darVyv\\/zyizs6OtL4FXGZrPGTl6LDc7ZaLffq1Su3rfG982Q4bHJrY3qepxF2uwISmQb5GQ6HqnxPdByIu9VqfXPQII5jjd6n4y\\/4cpvacrmUZrMp6\\/VadyF2tEajobJXt+086aQ5dhRAi3a7rXGORqOh7AJLjARksOo49P9dTbcsnQl2BUv74dqgg5vGT9b7j+NYOp2ODAYDFYOxJu0u0LatAQbQWiaTSaIEB+aY1TuzphBOZKvV0slk+Wb1ej2XLtmuG4o3vu8neHxAr3kgalvFDAc+juPMCgfWIbdwL\\/1TKBRkOBwmJLf4LLQZ\\/CvQTVjeo9HoXlnttj+KxaJMJhOdMJvGTx6fJwzDBLJLesKDT0lgBUHhZTgc6gOwAqZRGZuSYPNXoihSm9iuLHEcawpvp9PRXcmid7cdxEDoXCpXc14OeGa2IgIoGwllURQlfASc3k2HfclXV1d6H6y6eQaHDQnYAZlO\\/bartM1FIqcI7lyhUFCoOqt\\/2Z08z9N7B\\/mzPgn9c3Z2pr4OsLh1\\/In+I\\/jITtNoNK6p\\/ljR+dveD6AM48fWLdrZwrstm3CxWLjZbJaggPd6PaWlW7o49HprD2OL4wMtl0s3m83cxcWF63Q67vj4WPlgkqLUc\\/5Nh\\/zKf8InOD4+Vvv48PDQHR4e3vg3y++y1xMR1+123cePHzWVYNMxn8\\/1npvNZuIZarVaLp\\/H9pf9fV6foFQqXTtnHMf6zJv6t1KpuGfPnjkRcc1mM+FfFQoF1+\\/33WKxuCZ4YnllcRy7Xq\\/nHj9+rO+CdIcsgZWs94O\\/YwsdHx0dubdv3+7M59na5OGFTiYT1+v1dHKcnZ0lPmOJj+kcDDoiCAIFCU5OThI5GlSR\\/uGHH9ynT58S5950OOf0npbLpbu4uHCPHz++NsAeP36cyIXhO9yn7\\/uu2+2qk33TOW4DHKjcPBgM9J7E5Bh9y8mT1b8o1wA+8L48z3PFYlE\\/s1gs3GKxcP\\/4xz90kFtysP0dA\\/7g4CCXOtGm9xNFUUKNaLlcKliQR\\/3nmwIGachR5F8kS9QnoefwubTqDPEPos6WtnJ4eCiTyURqtZoMBgM9P05xniDYeDxW3wpHnMCazYkHyOAz+ASU87AtCAKlx2Tax78GgCF4WpscSDZLXSjNI+T3eX0WCK32nPQ\\/WahZ\\/cu14K3hnI9Go2uxFYQJMbHgENo6qFCN0lSntDqR9Ztvej\\/Er9A5wJScTCYJve0HCRjYepoQBkFXxuOx+gjY3TCKqbg2m80SufoiIkdHR3J5eSkXFxcJW77ZbKpdyyDMQnssHYiXnp501Loh76her+t9g6ZBfgVB4tz4eJt8QpxjBu3FxYU0Gg0N7n1r+tGm\\/u33+5pib30wcnkIFMNoAGHld9VqVeNRdtEEKMq7QN\\/2flarlY43dCdggOQpPvZN6TlpAicQLjUzCVQFQSBhGCaKQiEMMZ1OVSlmMpmoGAffh+SYlhsioJo1ueE92dXRTjp+RmQC5xe1m\\/Suw8vMg1gR1ByNRjqBDg4OlKn8rQtEsfvf1r8EaC0JlQAvCB4pCzbNARoRTG8CoDAI0hoQmybOpvfDhES\\/L12H6EFPHjoQfpEdoOiN0QFs+cQpbAyIgrZ8zxIg0TkDXbNFp7J2HtIK2AmhrdgYAls\\/O4Gl3AOdQudPp0jngfJB6ay4Y1pf+ltOnk39yzsGRiYHCygcSwOk1ZrFlsldr9c1xlWtViUIAv1\\/njjbbe+HCW3ly9iNdsVt22oaNna4hQzRGmZVSGuzoV5pBbshTFqNAQabhX7JU7dSQ1l+TxAECs+iTIN9TADU930lMkJMtQMd\\/wwfIo8QvZ0kcPyQhXoIpQmz+hc\\/ab1eS6PRUL0Dm4YNd45dir\\/BjqeIF7G8xWIh\\/X4\\/t5b4pvfDosY4wjTfabsvrWr+hY4BOmM\\/u1qtlMaBmotFVEjzTiNVFqLkHvgsCAxIGWiepZSk0aybmhh9aAvhppEri8ylU87Tz8l5m81mJtoWx7ErlUraf9xPqVRSOJzP02+gTHzf9pmFeWnpfrYoXR56Ttb3N2l5Q30Cxrep6qR4W7Ufvme1qpfLZQLRTff1g03DzmpZ+SaYNlb5hG2aJC6o96BWQRDoOWAIE2XG1EDWlu9aFje5NXnQKt\\/3E6ImFk3Ks3J6nidv3rxRZ9tm3eapgUNB3vl8LkdHR3J0dJQQHbFZpSTs8X+e8eLiQvN5SPdGMIOVmuQxIv55i1Dd9ftZ+VLsVFSLEPmXgg\\/n\\/k3n82Q1XtZt+Sak+2LOMKBtfjy8LgYRdq2tfWPVe0hpxjS0YIaFy0nG2tSg0JAHA0TMy8t6QXEcy9OnT\\/X6QRCo3nIewADBw3K5rLR+IF\\/MFkt\\/skqmmM2dTkc\\/43memk34DnZxs9AxeUNfsjh+6fez8qVAYweDgRb2IsTC5PrN5vPkRXNuyzeB1Gg5Wjw0FBZWHGgZdCw+AwTJcrmsKcucj1iNrdnDypgH7QEdI5VgPp9r7CiPbY29z854dnamu2Aen4nJz+JhZWRrNCklAAAgAElEQVTpH\\/xEVlz8DHZM\\/FB2HvqNiTcYDBKCKFwzb3Gwu3w\\/K1\\/KFtrC7yK36eLi4pvk89zb5LEcq2azqR3Ny6MsCM7mYDDQupMgdaz4cRzLYDCQ09NTJQSyuv\\/tb3+T0WikQTQmKSLppPUGQSBv376VxWKRK5fFpoM756TZbMrp6WnuGAXiHzzP48ePtZhvHrOvWq1qYStiHfV6XXzfT+yE9Xpdut2umj+kbAPkECpgp+52uxrgTDviz58\\/l2q1qiKRWYvLXb6PUGSr1dIdpdfrqboSO\\/Tp6amaoeSGIbNrY2i9Xk\\/N5J3pAt4nYJCVb9LpdNxf\\/\\/rXhMMXhmFCr2w8HivN5ePHj\\/pzumhSGIbquOJQc471eq2ctHQeSRZ\\/z+Yv\\/fzzzwlttizAoN1uKyXFOsc4xZsAg9VqpblDlnJ0dXXlVqtVgvJzeXmZ0Kgjlwqw4fnz54ncpHa77QqFgoIupVJJaVH1ev0ap09u0U3L+v4mwCBPvtR8Pnf\\/8z\\/\\/405PT7WP7XPedz7PvU2eTqejD8dk8X1fO7bRaCRE9ZbLpYvjWAc255zP59cqrKEfPRwOXb\\/fT0wSizotl8vEvU2n0y\\/q3NFolLinm579tsnDRLGLBy88T+U825bL5Y18LbSrLXfQEiUtKsl1LEkVfW7+73leIolRciSjbfr+pskjpsKdRfem06lqitMYM\\/V63VWrVZ1AJM5Z0UoQuN802jYcDtUetvkm2PCWHgJyNJ1O1UzBhq5Wq4nCV\\/hP1WpVWq2W2sn4OdDe8Z9In8apBojIapTisHoLOLJ52ng8TlSt5v5Ah\\/IEWekzG2Hnbzb1wprK+EIghvhnx8fHCaUi+sj3ff38bDbLrSF+1+\\/bfClbbgYtbvwn\\/Dj8JMQfN+Xz7Eo8prhNnwanHsQrjaTQKQgHYp9y4AQDX4MC4QSSLGUF\\/G6zZ7keTiNAga12ho\\/wW2jcv0UF+TkPkoR2G4OQfBv6h8mJMEkaqGCxSdfXQRAxz\\/ezAAdoUJYUy8LFfdpJla6EBwADBF8sFqXX6+1MMXRrk4dVPggCFUDHicuzslpGwmw204QtJgcrm603+iUrWzrp7UsPKjlYOPVLim81m01dGfkuAyYP2pan\\/9I1SEk0JF4SBIG0Wq1EwbHRaJR7cDGwLfwNi3kbiy87MxOEUASJbmmAgfgdvMX1eq21iq6urhLk1gc9eaw5QyzjL3\\/5izQajUSm4qbj8PBQrq6uEpUBbB1PS0z89OmT+L6vCpl5Vt67HDaWwQv7+9\\/\\/rshgHrPNpjVcXV0pTWgb3DbLJ7u6upKDgwMdUO12W4PMyDlhDlkzelODYPnjjz\\/q89s6sttotpJCq9WSV69eaSo5aSqvX7+Wo6OjhI6EiMjJyYnufpbSta2asjtH29brtbu6unLD4TBRdSBvGwwG7sWLFwmHzzqQAA6FQsEFQeDevHnj5vN5rgJGsgUFHYsGNZtNd3p6mqgMsQkwqFarbjweJxK2wjDUc34JYJAF2FiqjO2b6XTqfvrpJ9doNNTpBrDI8\\/zNZtO9f\\/8+8cxkAOf5\\/ibAwFasWC6X7urqyr1+\\/VopVhTegn6ULh52fn7ufvzxxwT61263d0rP2drkoWqZLcNxdXXl5vO5PuymYzQaudFolECifN\\/XbFM6w0K9dtJlNWDxrz2KxaKiOnaw8cLzctum06mbTCbu8+fPzjnnyuXyF6NtNzX4a2EYul6vp78DiQTml1QltSAIcnHXCDWkn\\/Xq6spFUbSVyTMYDBSWT6OITCIbjpjP5246nep3gOKDIFDen0VlH7T0lK2aBj3GIlNZZh8mEVR3FPZtGQtr44dhKLVaLRe9ZlsKMdZfqFQqcnl5qb\\/nGaALYXbCIh6Px5rHROEo6pZiuubJJL2t\\/yxzOy3MAYP8yZMnms2KXvSXPPfl5WWi6gG\\/z1vROi1WQp8RtLV0JXxfkFJYEVzLjjd8vDRVZzgcJooWf7VbIjsUere+C4Mfop+lh9x2FItF+eWXX7S0ObYusLWtstZoNBLIyn1UUgBCZWHA5s+rCVYsFuXjx48JhCstMXvX\\/ud+4OtZSo+l5yBzS05VHsTR5mvV63UdoHmls\\/JyH0nb5mcLFnH9+XyuYQ4WANIVkC9eLBbKh3vw9XnQEEO6lVx5K3CX5\\/usGMg8Wb03CIZoB1idsqyV+c457L9y4YDJcZTtDrFp57F5MrbsBfJP0+n0zjsPk4d3wIpt74FFDVi41Wrlpt\\/YXQOGOiGEu+48lgx6W4mQTSVKOD8IJvA5COldLY+dahiwLQZBoDsN2yo\\/g1xZqjxBLL6\\/XC41HWETyRJzzfO8RP76ppU5i7hpz2kVLjEJyFZcLBZK+7d1b\\/g+6cjpe+Ll2vMVi0VV8bTwMmJ9xDCyyKvsCJZ\\/xwRhcAE1E4CmShwDEnIm1x2Px8pIT+9O6eoXeXfHLBPPBjZtsqGtJ2u1y+04s7skE9FC39tuWy0xYu17G7wDbqbTmDTWLOPvrIqsRARUfd+XXq8nzWZTXxx5P5Zh\\/LWNczCxrWD4wcGBCoYwACBmMsmzvp9n8cGksiuvJdRm7TyYYdaEtruCHXAWzm00GjIej9WM7HQ6idIf7Li7bDbNnd2C2I4tckXsz5al\\/FatvM2Ht7Y\\/mD3iHmEYaoUA668wyVgh2abn87kqsrCqoF45GAxURgoT6q6dyDk8z5N+v6+UeBjX1v6G5mNtddIkbvt+HrPXyi3Z6Lnv+5llNqi0vV6vlc7CjoL4ik2ztpLG1DZlgqEpgAmFqbxLQCa9SMCkp59t6oS99135M\\/fq82AuWFpNuoQiv8MeBRxYLpfSarV0gsH5ItcfJxBKvS1NgWN5Z5v21yBv+tyTyUSFKhh8CM+jpUxG56bvo0xzk9kWx7Gau5gkmCjWUc66f8zmxWIh0+k0IbtEiUUrbUv03grppzUn0kl2WWjc17abpL14\\/na7rdUEqeu0XC5VcITFwZpp+ImgvncmAcgOa5JmiR7i81hOmoUdrcwU9iqftZOPBDi+Dxhx15fHDgIsDprEjlYsFhMFajEpLDK06fubfB47MLH5ASTsTp3XbE5rdFvAgXfC+ZksVKSwUX7MOGty39bumqnJwmSbFZW0z2B3KBYA2AT3OXm2ClVjIvT7fd3qz8\\/P1QHGL\\/j8+bOursDSQRBo0VxiIWgM1Go1NSVIraZEIYzqu3LX2B0mk4m0Wi3NehURVXjh5fJCDg4O5OLiQmkxm76fBwrnO4vFQk5OTtTGR+ln04Ffac0YfDAG07t373QnshmpNgYFUvX8+XOV\\/GICbjqy7i\\/rsITPbrerpurjx48T\\/s7h4aG8fv1aK8YtFotvZ7rdt9B7rVZzJycn7sOHD9ciyYPBQHN9ut2uKxaLLggCjTDbhLazszPX7XY1ep8l9J5XCL7b7aq+NjlFadWZcrmstBqrpb3p+7Ac5BZFGfv7p0+fuk+fPiWS77IYGpaCMp1OEwWrSLY7PT1V9kEcx\\/rO0jQd7u3w8DCR4LbpyLq\\/rCNLSN8mIVpWRRRFmjDH\\/Vu2xjaoOfeSDMfkWa\\/X+pKYADyMlQ+yk8Jy0BqNRmKgISG0Wq2ufTYIgoT4+NcejUbjmiQVdKPVaqWDiEFZLBY1kaxWq2V+P2vyQNOB10d\\/rtfrXNy9dIapHfCSkuaykl9RFCmVhcWhVCppYlmj0chVOe6uTUxVhmKxqNe\\/SdLq8vLSRVHkzs\\/Pr1Gw7nPybDWfB1WT9Xqt2tCgNfg3llpOMJGoMoAByV1A1BbrD8MwkYA2nU4TpedvyzfJYk1jBvB9hCUwF9brdcKxtv4BmgJpRMwqodoYDrEuxACh9qQZwJY5zL\\/22S1IQ\\/zG+k9p\\/4r7Jo6FT2XNJnxHmOKwEfKY7QhygISl\\/ZOb\\/oYKEnlewPaDwUDTNfAbGVPk6hwfH1\\/zu62vzM\\/bYEDcGJPaGmyXkc\\/DBEFylRwM6BMMdOxn4icIWZB6UK\\/XE064hS7vkm9Ch9vEPHJDcKoRymCQtVotCYIgkZNTKBSU78ZgHo1GqoqKqg9\\/Rz6KAKx1bm1FCa5rHXN+BjTZlM+DBBSad8StUAMC\\/UQchMXoS0IAhBo4J\\/ewWCyUkcBiQzDcBl8RMiFsQZat5f5t8rlY6Hhf3MuucnruLZ+HB7LUChxXBjfBUsqkNxoNabfbCfIiE\\/Hi4kK+++47\\/X9WvklW55Pi\\/fTpU\\/n8+fO1Kt6s6OTBLJdLGQwGKqbI6v3y5UtdIdvttrx\\/\\/1663a6Uy2V59eqVzGYzCYJA6vW66rAhi7Ver2W1WsnBwYFcXV3pYBoOh1IoFOT9+\\/c6KLi\\/9+\\/fa1nFTfk8ZJKSXVsoFOT8\\/DwROOU5S6WSnJycaLJhnglkd0goRx8+fNCdA5j8w4cPWvXPfsdSkRgXR0dHWh07y3KYzWby6tUrRWTr9boEQaBJjA8aMMjK58H5nU6nbjweuyAI1JZO5++cnJxoWoIYwRDrM1D8qlwu68+b8k3ygh7kkKzXa\\/U55vN5ohgTPs5PP\\/2UoLyHYejOz8\\/V5q5UKu7Ro0d6z7ZYlE1l4B435eI4526sDN3pdHLn8zjn1C9DraZSqagTzjuK49iNx2P3\\/Pnza+\\/mtoN0CPxTwCL7\\/Wq16p4+fep6vZ76gWEYXgM8qKT39u3b3AIkFM1qt9sJURMAid90Po\\/tFOsgMiHK5bKr1+uuUqkkcnYYMMViMZHEJb+WzWMwSEa+SZ58IovizGazhAa1zX2x9zcej3XA4MB2Oh3n+7466c1m07VaLeecc58\\/f9YErdFopAN2sVi4+Xyu1+z1ejqwoihyy+VSn7FcLie0m1EF2pTPMx6P3Wq1ctVq1Z2enqr6TLFYdOPx2EVRlFAesggji1MWYGDHkq0453leIpEwncNjqwYy6S8uLpxzzjWbTQWQNh0sVnaBoWJdGtX9TebzYBrMZjM5Pj5WHwVbn0j7aDRSVctHjx7J+fl5gm1LYIz4EQFTkdvzTbKCjGz1mB2WvW39lHq9ntBZIGZlTUo+SywLU4R7INoPkyJNmyegbHmBXDtNEEVRFfPntnwe+plAIu8Jrex0kBsfCZpPltOdZriHYSiHh4f6rixZ9erqSgvucr8wKfC7CM5iMma9P1goxMWIGULh2UVluHvL57ERb0tNtxrFzWZT6fHValXq9bra5YAQ5XJZA4pcC4d9U75JVj4R5+NlWzufnBfkkXCqmWgWRVwsFuqrWSCk0+nos3meJ71eT8um25weclPsQEduyVJwbG0aaExZ+TwWXEBEfzKZSBiGslgs1JdCoQhfKI+8FpQZwAcWUktUtc9qK7wBJljVJHzCP\\/3pT7mkowi4W21zq3vxoH0e7GZMtMVioeYJ5txtcQhMNjGlJTB5rM3MZ6zZlNYAsD7FarXKrQZqt3dMqdVqlTAzMV88z9P7w1y6ydyRlDKoc+5a8BPzEHON89CP1uQsFosazMQHKxaLuUqM2OegCjXn4nt3LTGSNn1v+6xNK7dlYxgb4\\/E4UfiZciibDsYS\\/jHjYj6fP3zRQ0wLzAHiK8RCrFYaCI7lhdnCruwkxIbsgdkGxGm3flZXzCLiSOk2nU51NbWrKvdo6fp2B0IkHSiVnBd2WlKd+Q5w+3g81sStJ0+e6M9AtXZlxcTj+ciNApmzAoegmPYz9rs25kMMjnuL41jVfNKmE\\/xCkMByuZwoQmyhZQ7bf\\/adWJeAny2qxnfYjTivFXW0jOrbDsYMsLTdgbaVgr+znQe6B20ymbj\\/\\/u\\/\\/vlZq3fM8VygUEujMbecC7WL1nUwmCfnUwWCgTrddqYIg0J3B7lIgdq1Wy3W73QQKlLWyslpyz+Px2PX7fRUFYec7Pj5WSslqtdLVHOGKyWSS0MeeTCaK6LE7rNdrXe1xtovFojrGzWZTdzPEQ6xTXiqVtI84L3ra8\\/lc+2o+n6tjbhvPVqlUEn3jeV5il+Qd2t13NpvpOKAolRipX5x43i8UJitEwr++71\\/TCL+t9Xo999NPPyVkhCuVyk4FQLZqtmEu3ESZYJAymC3CZF\\/qeDzWB8bUQ17KCpmDctkJ9+7dO9fpdBKdj5ax53mu2+0mKqthiqUnmGyofAZSZCcrUlj22RCoXywW7urqSs0qBjEmy21IUPr6R0dHCZqN\\/Zm\\/baLLxHGs\\/Xp1deUmk4kuBGdnZzphrOlVKpVctVpN8Pl4b+hlI6VlTcS0HJXv+wmKT5oitFwute\\/q9bq+N0tTytP4DkhkpVJJPM+DnTzY3awmYRi6+XyupQBtnKRcLuuECMPQrVYrXV2sPQxXjtJ5NjZiIXIm0ng8VvH4SqXifN+\\/UZOsVCq5Wq2W4NoB\\/952WI4a7cOHD+7Ro0cJiamTkxO9b8vdsxMnDENdCMIwdOPx2A0GA71Gr9dT\\/4qJCUxt4XxbgSAIAn3WVqulsRQqKNg+tYL3i8Ui4RNEUaQ7PH2FTxEEgZJe0\\/ExBqn1VzqdTsIfQfCfCcN7Q3LMkmxLpZLzPC+xi286er2eLtBMokaj4Var1RfF+r7J5EE7y1Y1WCwWiRUH0mGz2bwWGATnv7q60rqkvARLCJ1Op242m6lyvq2EsFqtrpEteekQHNNARJrVfNvB5D47O1PTBTYwg8LzPFcqlfS+R6NRwmE9OzvTHfTz58\\/XVlRrYjCALEhh9d2490KhoOZaq9XSXTd9zul0qiawva510hnM9DULBxPAnvf8\\/Fx3Tg7Oe35+rnEeSo9wHuI8xMRms5m+N7trlMtl12g0vijASSUOFmnY3g+eGAqxD4gQyNdClMvlUuI4VmEJoF5iQv1+Xw4ODjTmY9twOEwkb\\/m+r7lCFha16dr8fjKZyHQ6TSj6HB4eKt2GEoRZB+RECJzcO4WrABSI36C3QFGtR48eyWg0klKpJEdHR1Kv1\\/W5iPdQHQ8hc8imtsy7BTgslMw9+L6vVSk4J7lCxGD4PNmrJC0C4FxdXcnR0VGi5mqr1ZKzszOZz+dycHCgNCT65+LiQkRE64ZSRtJKFj99+lSm06kWMYN822g0lBsHbM47szD6bQc5ZDaRMq\\/+wzcHDKgNw0yfz+eaK8KKWSqVVAXU5o6wGzx69ChBM6cOj92B2AGurq7c48eP1Wxh9UV51DrfFormPj99+uSOjo5y7zzWluecw+FQdwbOc3JyoiYJ5hrmHtB3r9fTv9kdEAYFlBT6xaZxWBPE+hbW\\/ISmAo0orVyKQ20ZEIAr7HD4UaVSybXbbf0sZqPd8XiGR48e6TUODw\\/d5eWlmvKYspeXl0q9KhQKSl+ysLV9xnS9p02NfsN0azQaLoqirRS42qnZxgNbOdQoihLbfjqfBfTF5slYU8P6OZgFDFzMAt\\/3E3EIO7gHg0GC9mInN4Ou2WzmQts4r6XBLJdLBUFsdTc7cTFlLEq4Xq\\/VRErnCNkqemkpXuv0WwDDftfSdux3QRfxoXgn9trQdfhcGoiwvgSTjd9ZU8mianZ88TMonNUgtwuk9X3zIG30L74Vz2+T9B48PcdS+m3sJU2Vvy2lwaY627qTt+kkWLZCnu9b2VYYEGzxWbpollmNRsFqtZIgCPS8sBxIf+YzNo3A6grYnJ48UXRb8BaTFI27rLQLG\\/OyrPNGo5HQLdgUx7Osa5sbBIPD6gdAVUrL6RKjs++KdBZMeatzkVZl4j2h7WbpUL9ZDYOH3sjZZ+BTzPYmHezbBi4vCL+OgC3njeNYut2u6gLwN4LATGiCtJVKRRPhshpBZyYm18xb9Wy9XivNCWEPG4TNsygSgGQS4dvmpb+Mx2Md4ORBWboQ9CQmuV3YoCjBeSNobWlL993+MJOHXQpxkdFopPpqeZKliO5D9OSl45j6vi+FQkH6\\/b6MRiOZTCaJwWGFAxuNhhbvQmM5j7oPqygDplQqqbJoXqtgPp+ruDzARh6tanKeGNSe5yXImHmuzaLlnJPxeJyQA4b\\/iA45mb1MJisNRr5XuVxWKbL95Nlhg0oDsoRgYqPR0BVt0wFZlEkIgRMCK4TQUqmkGabpepms1Ofn57prWKXUTUez2ZSPHz8mJrvdDfMsHmRVIgmM4mke4mej0ZD1ei3Pnz\\/XDF8oRnkGLzvd58+fEwqqVviS3QSkttPpJKhQy+VSXr9+nTCDMX+\\/SbvPUvKSUYrcxhFwzG+r5cK5b6qBc9P3bwIHcNyJK2060iTJer3uPM9zYRgqkMG5rIMNkkXMgnuyDnHWtQkCAszYqLm9t6z+rdVq14prTafTa6yL247Dw0P37t27a078arW6Jr5RKpUS74w4XBpUuu39kphoc4k8z3PPnj3TquRpQOG+BUD+MICBdZiDIND0ZvKLskw3UgsABWy6MDsLAiTtdlviONYYDaYdZtNisZBKpaLXtE7ypoZTzf3g\\/0DkzLp\\/REKs75C3ggDxK1v\\/0+6YaWc9DRjQV8PhUA4PD2+sAMEuQlyI3R7Hn2fmPSMeQ7r6fQMG5T+K2cZEs3Ku\\/X5fBfby+jy2TDlml2Xz4vNgihAIhkVeq9XUx2AgEmzMAiwoaLxYLJTJjDZAnucn94ekOsvWzvKbLDhhHXwrbp+nD3nW0Wikpe3xI2HNcz17f3yf+5xMJlrZPI\\/Ptfd5fsNoG05+oVCQ0WikBbvyytSmdyqYBXlq99h0Cou22YzfPBYFk97u8Hl3TaS6eF7EOZiMTCImEqEE1I8ALHhWy4b4Vj7Pg5k8bLd2kCLhZE0+claAWC1FhDgB5+r1evqC06twrVaTy8tLReDy0I8osIXZ5XleQpTclonHzLDXnk6niSJZIqL3aAta2cnK\\/Vt1IioiWKoQA9jzPDWx2JnoH1Z3z\\/Pk8vJS75PqFXzeUoCsWVev16XX610zn+0E4n3YzF6R\\/8+wtZQt3je7t+d5qgIEqmbfj80DarVainayiNG3fMbGo37XgIFVtJxMJm4wGCRo\\/5Y0KCKaRwOB0BI4bSTfUt8Hg4H+7f3793qPNk1gk6KldYbTkXvZkM2KY2upOgANaSWddEqCTa+gMLJ9ZzDX04wCS9bFue71epo2Ykm1sLItdaderyuhs1gsKhPh+++\\/vzFHxwqz+L7visWi5vdY1sDFxYUyF6ADWfqTfXeLxeKLCgIvl0sFU2wh45v6dxuAQfkh7TyQBWu1mjQaDa1IgHkzHo\\/VTOn1etLtdlWEvdPpJLZ\\/W\\/XAghesRqenp\\/Lx40c5OTmRIAgybX5WOKshx\\/Xr9bquotaRxcehBAbKqWS6siIS77HFaW1UH0Ci1Wpppif+CwL6iP6xQrPys2ONRiPpdrt6b3x3uVxKp9PRKhWQUOkP2AiUK3n9+rVC12TN2sAtJpetWcTf5\\/O5HB0dqUWBgD3lQSw7A4Cm2+2K+xeNbOP7GY1Gqn1Av2Ou76wA1kPZeTjYbXq9nlL\\/LSVeUglhaZ1qCJmWJ8U5bZ7Rer3+IsKgmBLsaTiU5yM9wa507C52B7L5+ulkLXh4lUpFJZeKxaKrVquaFQrZ0orQ24S+Wq2WyD2y+gpkt\\/Ldi4sL3dF931eBfTHSX+xKjUZDeXzkTIkpS29ztkREYfE0RE\\/aALtOuVy+xm1DO+5Ldh6rEUgOmO3r3+3OgxQRDrbVurZytre1brcr4\\/E4Ia\\/LrmMriNn6p9QVBQ7dZWNltlwtYFarHIrsFDsEjjGrPDtOrVZT\\/4\\/dll0bf4kAoy2NAs2G1f3o6Eh8378mJYzkFCs+xb2Q3UJjAoiYvkYdNI5jRQYthGyDoLZvKBBm6\\/TgfzWbzVxlWv6wQVKCYMvl0n3+\\/PlaqjPBxmKxeM3fSLOq7Sp0U5qz9YvysnbJiLU+D9cndRiqPmxwmOaswOxCvV7P9Xq9RPkMGNvcF7R6VuhqtaosbfqYfrZ9YJPWbCUEuwvg\\/1lFHdvHHM+ePUv4d+yu7ECFQiGx81thQzGp9rxHnt9ml9ZqNdftdhPvyu4UeXceVGptluy2BA93ngy3jUbM4vHjx8oNOzs7U1IhxX7jOJaDgwPp9\\/uqqSYi8vLlS3n37l0CfgVChprDikyCVR5GNaujrfBg40RWyw0fhd1svV7rCsx9ttttCYJATk5O1New\\/o3lsq1WK13pbdl2VHuIl1iy5OPHj+XTp08JVRyqT6xWK5nP59Jut5Xycnh4mEAKRUSePHki79+\\/V4iboKrVR+N+bTVt4mlPnz6VN2\\/eJIoTVyoVOT8\\/l06nk9hh+v1+ImTAfb17905evnyZa+y0Wi3dwUjMZEf\\/TWhV32XnYVVnJbM1fW5S6FksFq5QKGgCFGiP3aH4vdVOwL5H6je9st528Bmr9dxut5U2k05fTu+S+Cw2XykMQ71Hu3tavyqNoNmdzNKQLKq2Xq8TtCXygnzfd+v1WtHFKIpuzZ0ajUaJHCBb5CqNeN6knyZGKpnP2EQ6K1tcLpddpVJJ1Oex7zL9+5t2HjQXLNWoUqnojv7gi1vhiFteGU50HrMN3hkdADyKmAYDBLg1bxZoXu6XfZG8rHSiXFpHgBdotRQsiHAT7w6H1ppcaeDBwsCSUvCxJhADHqccM0VMwSyOarWaWODSoiqbuIN2kbGCHnkKX31J\\/2YtXoix2KJf9KV9N5iQaTPwQZptOHxWNhU51bzFdq14nQ3wsZXjVGNaUCl7G84+zq6NWJfL5UTAMattylepVquyWCyUiW0DftCGMPdI8LL6ATRbiNc63vP5PKH5zTsgcAgwATxsr2nh903v5i75PHftX9jq\\/GzNZFIrGD+YbdZs3UXbGtqGPW8z\\/fg3D30D9IjBBnZveVmgZug0g1hti\\/vGuUqlktTrdRWUyJNsdVO+Cs+Fj5DWiIYhYWMs6arQ+BnWtreRf9BEz\\/MSZegtFQniKwV70+8pT0HcdD4PhciskP0u+5eFA0IqaCzII5OGbFvua7lc5spX+qb0HJuXwar55s0bVY\\/JyleB+2UnT7FYlOfPnyt8a6sJjMdjefbsmQIIedRvNh3Axt99911ipYAgE3AAABa5SURBVEpXa9tEehS5PV+FydXv96VUKkm73ZZms6kLQqPR0IF1cnKiuyq7b6lUkrdv3yYqLlhh+9FopLsRdBXeQ6vVkjAMpVaryZs3b3RnYyLlGbxZ+Ty77l++8\\/jxY7m6ukp8n4X29PRUJwy7\\/V1L3N8LYGCLWVkomNyNrHyVm\\/wB55z73\\/\\/93wSUa8VGfvnll0RBpbscnPfdu3cJyDavz5MnXyVN5ykUCvo9niOKInd5eekODg4SYiAi4v70pz\\/p91DzFKN8ini7mILJURSpj8h9pd+Rlc+9zeeRjHyebfXvbUetVtPPHh0dad\\/wPgAvWq1WgmqUFtJ8kPk8ad8G3S2206ytE5o9gThb1tD+DNQMbI39fNecDVsGwxbgTaciYC7ZHQC7e1O+Cr4HMDo6ae\\/fv0+kJNgUb0w+C0Ozu2OaASXTf9Qqou95L2gokNZg+5PPbMqXysrn2Vb\\/ZjHLW62WXF1dJfKG8L8QQrHkYvKX7krR2akACBNnMpmo3RkEQSIGkeXzpO1f8tfhfFE3xvM89S3ypgHnMTutOUFE\\/UtiBOl8FZvAlfZ5hsOh5qTYwro2loRZRpJYqVTSPBrreywWC\\/V5rFINpiI6Cb7vayqArd6dB9BZrVbaFzwHC2KelIBt9O9qtVI\\/2BZStrVJYWlbUCkvYPXNfB6cSZujgv2Zx+5k9bA+DCQ\\/SzK0qzCkv22hbZbKYjNQ866sWfkqm9A2fBCe2Qp7pMEBEC4mC7\\/fhLaxC3FNrmXfXdbgv0s+z137F70J+sRW7WaBYeFh4WC32VW+z9br87CSwMEiKYyXRhUzPkcCFFAmHW23ajo6\\/fOXOoM4uJgQNzmeDEBgZ3YNBg7l5XlmEtNslWkGBc9hETMYAqyItly6NdvYqSzgAFuBFZeov\\/0Mpgwrst2V0w40g9YuUoiBWI03+oVJhmaaHaDI4qaZzrzrrP5lt2BnBZHjZyr8cQ4LU1spLgu+ULZzV7zFrZ3V1uFcrVYynU4lCAJ5+\\/atvngGEKumrUd6Hw14tVgsSr\\/fl8PDQ1ksFqqxvKmBUJEMBmnxJl3t20w6FHXYWZhIXyI6iKmFX8jAxP+wJp7N+c8DA+M3UJLxSwadLXIVhqF8+vRJWq2W+nt56E\\/NZlNTJSzVJs8BhI9utYjI4eHhFz\\/HN4nzsLKzWlQqFRmNRvIf\\/\\/Efcn5+risGfgCTCJ\\/lPvLQGRjUCP2v\\/\\/ovOT4+luPj41yTB7OBVTSKIoXhs17QaDRSpx0omfgOGm5Zg4uJYe154jTsVsViUdrttvT7fa2LmschR8vN7kRkvCJXlRXHYdADiPz973+Xw8PDXM66VVzlfg4PD+Uvf\\/mL7iRZAepOp5MArigc3Ov1EuGDbbWtqudYZAf71pouIDrQ63khN1V53nYD3cLhtCYmkXZ2QpR2rDKPjTPhgFPZIY+AiMi\\/0ibQHcBUwW9Jq75YpAt\\/YTqdJtR7rAIOrdlsapUDm9qRZ+GjqkCr1UqggzZQfZs6kf3XmpFWdGRT\\/1rgA5OLc5BMmOWTYVqyGHuel1jQt422bW3nsSonaVOh2+3KcDjUDmEAYjvncVjv2ijlQVDRRuPzoHUMWBYBVkoED7NMz8lkIoPBIOG3kfdiB81tLQxD6ff70mw2FYqmdAhIG0qa3Bd+S5q1cBtDhMlD3yAQiQm1qR0fH8vFxYVmmJLtW6lUck1gdhxKqYiIdDodmU6nmn+UNXk+f\\/4sz5490\\/6yC8AuELetTR6rfcwqwL+DwUC3\\/kqlIp1OR87OztTptcjTrhoUDut4Wuczy+xCVxqfw67IecySTqejcRuQRNIO8phtjUZDut2uLJdLNaUY7LPZTBqNRkKtB76Xje3kNX3SvlA6ee2mdnFxoVLG+ECkPeRR+EE0fz6fSxAEMhgMVFfPpmps2jmfPXumMr3IHwNM7GLybM2TwuFkpeElM6mm06maRmdnZ\\/L06VOFF0GpdnnQqbPZTFqtlhwcHGhcJQ9UmkaTGo2GvHr1SvONslqv15MffvhBd2Z2nbxgCaACJhnmDxNjPp\\/LcrnU7FH4bsgB57LhjTjh+fm5fP\\/997n6hoZfUalUpN1u60TKs7MDzRNoZsHDfGWhuO1AwzuKIul0OlKv13XRzrNwfFXbZkoCsrVkKsZxnCi6ZPM30nV9oNTv6pBfqRticj0spcjSU8hHsTkxtjaNTR+w55SMLFkx9Jx0YWOb9ZmmxljqPjQcKC7Hx8eqg2BzWzj\\/l+hH2Lo+NmvWppXcJmccx7GmpMxmM9WHWK1W1+g\\/N\\/UvFCWrYWCLPeepz2Pr8lQqFVcul3MXA37Qcrs4cZhoVtmG\\/1ttMpAjm4mYBxHDXEQxBlIkgMEmOdhNDu2dkZlf+wB1UXZmfD4QLvwffDNbESGOYwmCQHchgBbgWBtzsiUYiaNZpx4wgRKXWWiafU9YGvRhnp3N9rOtLtFsNmUymWzFbKePQP5wIcIwzA3qfAlg8GDSsOE5DYfDa0GvPCr+TDheCjQeK4W7jUXhaw\\/LJAjDUKHvf\\/7zn+qsW7oNaRf4VPiH4\\/FYYyrA5DZlIYoimU6nWgXC3r8NrlKbNG\\/\\/MhkxxRAj4T7yAALWH6lUKuoDbkMaarFYyMnJiZqAuAP4hw8+znOXBoUe4iCwMDBmHqF4gqA2wWrXEPiXLA7EYnD2V6uVfP\\/999cEzkGLWI3JSUHRxtJu5vO5OsMkuPEdW7gKyJh7sDSdPEL8nJed0sbqfN\\/P\\/D5qO+y2dufaivNeLMqHDx9ERHRnJ91jWxN0Z4DBthoCeJgaw+EwdwUBKknzIpmQ24DC7wpYAHWTBAbbgErdTHwrCm+FRKx4CU6yNdcsyZJntigVRErEIUFIgbvzACYkocGVq1ar0uv1cplcIHbsNryjbRWnwrQnf+z09FSRyF2JHj6YycPgePPmjVJgbCpD1uCEZo\\/q6GAwkNFopNXGHoLZtlqt1MQZj8fy4sWLhAIosPJgMEhoPtudhrgLSpv4Spi98NOIB9nKEOv1WrWx2+226j3nXVyq1ap8+PBBlXtgAuBPZb2fKIrk\\/fv30ul01IfKW9Yxj9nW7XZ1ofnw4YPqiu+s3Zd6jkWO5AZdMRC6V69euVarda3Kcp6j0+m4v\\/71rwmFzDAMXRiGmcWXstCgbTSL\\/CyXy0RZddRBC4WC\\/q5arSqCFASBIliz2eyaJhziICBvaN9FUaQKP1dXV+7Pf\\/5zIgENTbg8fSsi7scff0wo1ORNZuNdnpyc6PesEtE22uXlZSKx0vbX7x5ts7kXRLg7nY4MBoPMIBtVpVnZARughuQpvrQJbburbY6GNc76bDZTVI3rkHIRhqFWqa5UKtJoNGQ4HCaCoDYwTXyEvuNnW12BfrHp3lQmyAvIpBkJABsEIrOC6FgX+Eigi9vwfUDUAJs+f\\/4sT548SfT7g6XnbGPSYWbgHxQKBQnDMEG7v63BGQPZwQeg1Ps2HNK7NDI+8c9Agqw4OixpS1fBjwPetVwtBgywdtq5t4LvFnECmLC1evIMXrhiNgkRxkSW3wNlB7AAWN3zvK2YVmSR0pigFrL\\/3fo86VoqFmmyZMjbDju5gHxZZbchAsEEJMZi0wNQ9YR0CvXIQrgMfHwX1E7xyeyCYQmOVgzF7tQo4hDLsFQafBxW3HT\\/sLiQ75J31efz7G74LFZT+7ajWq0q4RRL5+joKEGU3dS\\/WednobX5Xml2xu8ebXuoLStfyfM85e89fvxYU6aXy6UMBoNEejVV6fr9vjx58kQmk0lmvgqDHTJrrVaT4XCoUriYfZVKRT5\\/\\/ixBEGjm6n2UWs+6f\\/qhVqspaNHr9aRUKsnx8XFm\\/2a18XgsrVZLFwJKuWAC\\/64BA1suQ1KlO+QLFClvo49sAzBIO57D4dA9e\\/YsQV85Pj52\\/\\/jHP9xisXCLxUIdeyhAk8nE9Xo9Vf48OzvTv286+Mx0OtUyI\\/wu7ZQfHR25y8vLhFLmXfs368hz\\/8459+nTJ\\/fDDz+4arXqSqWSyitn9W\\/W9Y+Ojtzbt2+1SJYtNWMBpN8lYGA\\/x0pmYd48cZhN+SZ3BQwwUW7LV8Jfs1F4TAZoNekdYDKZKG0oa3cgqEqcyPd9\\/Zd4kHX8bcXo2Wym1\\/\\/a\\/s3z3vMEwdM7QafTkcViIWEYbuzfLJ\\/Tmr1ppaNtpCT8oathbyMOtSlfqd\\/vqwPNoEW0wuYsRVGk1BuCd+PxONO0uAmRsiXYrUIONj7MauJIu2xZ+Tbcq+\\/7OuHH47HW\\/8nTv5sacbGzszNpNpsKIHyN1kXetp88eTsqI1+p0WioQ83qTuEsig2nGRHsWM1mM9fOw+rJvUB3IdpPSgIrL\\/4DxXTvA\\/DJgpL5mcApcHVW\\/2b1DyntR0dHei+cczAYaPB8P3m+QUMJyA5UTDxb49M5J8PhUOI4lna7naDPYFZYhRdMniyo1wppABAQq4EMetOAtny3b7nzMHFAAEHHiENl9W9W830\\/IXhIzKdcLqs4yH7yfKMGQ9uWFrTqMKA7JIJZeBdxDWI6Vpwwr27ZbSab3elA4piITFgm9bfceYCjrX9pfcys\\/s0Do0NStXQjfK3fNVSd7iCqK+TltqXp99PpNLeskwUdrM1NhN4GLNmF2u22+jiWMcAAgdl9cHCgLALP86RWq0mr1ZJqtSqe5yUCjFY9hpwUWM8AEnbi2PqlDFDrWHNdfk6nm1vzCE4cZhNKP\\/zfxnjK5bLuJOxuN71D3gv\\/drtdLTNidRyIaR0cHEilUhHf9+Xo6EjTJux93DSR8HeI7Xmep\\/p2ecCM38XkWa\\/X6kyjR7ZcLjVanHXAqC0UCvpy6\\/X6V9FPbrLZSY3A0Z9MJjemTcA6xmklBsSOQ0SdEvb25d6Wj0OOCoo79me7slLHBqWdL2n4T5QmgToDG\\/yf\\/\\/ynMiPCMExM6KyW1T+giLx78p2YNOy8sDPa7bb4vq8mH4sQ5+AdbSuZ8UGbbVY6FaYwD58n2QqzCBFyBhfqMndtTEbODdxuCygho2v1HKxCKas2n7Owato\\/SefjWNVSu7Jb2S6r64b\\/kHfVtRONwch9kjP0\\/fffawoDjIm8JlHe\\/qnX6wl5L8tQYFJgTdgaQSQI8n8sgl1WOX8wOw8r03g8Vj3m5XIpBwcHuSjv2PYI\\/bG62fyeu7Q4jqXX6+mgrNfripKxOlYqlYQcLxK8\\/HxwcKCC7vP5XMbjsQ6MrHwcYk\\/j8Vjq9brU63UZj8cJ0iODzQ5qeGSZA6FYTJSLTy8M0+lUJpOJylGFYaiLXJ58nqz+QSgRdDCKIhmNRgnR+ouLCymXy9LpdMT3fb22FZyxiB6Zu797s43V9vT0NBGXAHrNky8Tx7H87W9\\/U41kyI\\/b2LbxWVjxx+OxfPjwQVfEVqsl8\\/lcLi8vFd0h+MdLtkJ+zWZTTk9PE+Lkm\\/Jx1uu1zOdz7RvOgf42OxfQNz4Kwoh5+t6ihsViUd6+fSvL5VKazaY0m02J41hevHihsDCV3fK0PP3DpGFS\\/fTTTzqBkSu+uLiQ0Wik5vmjR49kPB7L8fGxmmj4QOxqOwNLHgo9hwrNP\\/\\/8c4KmkS6klJXPYfN4rKpMHnrOpiap3JV6ve5+\\/PFHzXWhyO13333nzs\\/P9b5ve5bZbOZ+\\/vln55zTZ9+Uj0Nfff782UVR5KIo2vgZ55wbjUZKA0pXyU5Tj2zxsOVy6T5+\\/OiePn2aeObDw0N3eXmZoLvY58sqCLypf2wFbFsk+OjoKEEp+u677xJqOm\\/evHHOOTcej92\\/\\/du\\/6eeCIHBBELgoinKp7\\/ym6Tlp23Q+n0utVtMaNlmmAStzHMeJSgL4QQhWbKLnZCFxKL2AENlGerGN21CTBl9lPB4rYTPtv1gtgpvyccjetPVYAS3YhUCxABJs4BGRESt2b+kstkAX3wMmpnaSraRA\\/hS7npUrTqN9kFY39c9NBbts7IZCwIVCQc7Pz+Xo6EiGw6E0m00ZDocSBIHC3bbIFXlddx7X8oDVczDRLBzKi7M1SW87oLx3Oh21c4Gqt4Hzg+rYxDhbEiOdTrxYLJSjBXrEBOZl2pIeJOxZ0MDSb5rNpiJIi8VCB2KtVkssLlYbnPPlkYbCL+r3+wm4nL\\/hf4GOTafTL1LizNM\\/rVYrkYoyGo20WJoVIDk6Oko8Y6vVSiyW8AAxhS3X8Dfp82CP2x2GlYvfkVnJYOXlfM3KYWvm5G046az+2PasukwaK8YOqpN2TG3VgW0lY1mRCyZS3oWBpML05LJFqkAVbUIe8SHLDkg\\/3zYYDMViUSuEW5QsHUNKV6iwP+PfLpdL6Xa7mheV3q1\\/c5OHVGFrfrEd86J2eeRp5L8w4NF\\/zjNALdR+eXmZCHpSqXrTzoXJCdxMnzCAsp7P7lL22pSAt0KLsBqotBBFkZqitgI3g3YbOs9p+bBarabSWXnUbezOwy4IckfQ1oIdxIZ2VUb+XifP4eGhBtweP34sw+FQg2OYALs88uw6tVpNfN+XT58+JaLx2OibDj7\\/8uVLRXva7ba8f\\/9eSYmsjAyav\\/\\/974A2+jtkqM7OznR36Pf7mc\\/HZ0qlkpydnUm1WpXpdJowjUCs+L+IyKtXrxJBZEyzi4sL+e6777amrYY\\/891338nFxYX+31ohmw58wqdPn8rnz58TvhmMEqtChALRTnX77gttk1TykkVU7uPIQtvQRn7z5o0LgkA\\/bzWls1oYhu78\\/FyvUalU3KNHj67pVYMqnZ6eKrqGrnMcxy4MQ9dsNl2lUnG1Wk2T8zYdpVLJ1Wo1V6lUXLPZdGEYujiOE9rPaHZz\\/Xa7rQl86feEBne5XHatVisz2TALbWu1Wq5cLl\\/T906fd1NbLBbu9evXig7OZjO3Xq81OXA4HLrxeJxQKALF\\/E2jbfyN1Z38F0yi+1D23IS2DYdDJXTaPHjf9zVYl2W29ft9OT4+1lIgmEnNZlOm06l0Oh3p9XoJhU52PJvslr6HPCU+CELSj\\/b8+GPpMpDUv0EXHJSKXeno6Ejm87n6IpuSDS1X7ia0DTpSvV5Xs5Z0jdlslrm7gbpybRLcMNH4O6DTaDSSJ0+eqFVwV9DoJrTt3iYPJoW1WdO5G7ts6epr6ckThqEqudwkH5vlN9lz2nz8tJ9npXErlYoOJHwC6uq0Wi31kfL6bBZaHo1GCdQRwKNer4vneQluGk62LfnIe4NTZ9\\/t10weKENWzINroRCb5Y8Ct\\/O+giCQyWSiSCU+HFC69YF2AVXfG7fNIjZAs3TKQ2igR0xsG8ux1dw2QbG8MNRLQelw0EHz2B1AFG2NUbuqwuz+kslD5ToGPL+z\\/hsEWnsfxHLK5bIWAYPtbHe0uyCFTGKro8ckyupfJIiJ2VmQAd\\/n\\/fv38uLFi8QOaoGQ3yxgYMtLdDodDe6lA6m7OvKadHQ8EO1NAdHb4kAiomKFw+FQqyEwWDexsq3D3mg0rpmKeZ8PTlij0Ug45La0Is\\/DZ4g3sWrDveO6VvnnLtQr7hPuor1mnvHDxAMBtbu8iMiLFy\\/0\\/IVCQVqtlnIBdzKmt2227du+\\/R7bg2cY7Nu+\\/ZbafvLs277tJ8++7dt+8uzbvu0nz77t237y7Nu+7dt+8uzbvu0nz77t237y7Nu+7SfPvu3bfvLs277t237y7Nu+7SfPvu3bfvLs277tJ8++7dsffPLcR5nxfdu330tjuhQKIsVdawfs277tzbZ927d902xS54wAyH4H2rd92zBppCB2ijjn9gV9923fvsbfKRQK\\/z959sDBvu1btslmJ5BOnrzaYPu2b3\\/EFruCijoioPl\\/GcGb5KTQYaEAAAAASUVORK5CYII=\\\" data-filename=\\\"qr.png\\\"><br><\\/p>\",\"gateway_currency\":\"USDT\"}', 0, '[{\"field_name\":\"Payment Screenshot\",\"type\":\"file\",\"validation\":\"required\"},{\"field_name\":\"Transaction hash(TXID hash or URL)\",\"type\":\"textarea\",\"validation\":\"required\"}]', 0.00000000, 0.00000000, 1.00000000, 2.00000000, 1, 0, '2022-01-20 03:51:47', '2025-01-24 15:48:48'), (5, 'vouguepay', '6793b7569f1f71737733974.jpg', '{\"gateway_currency\":\"NGN\",\"vouguepay_merchant_id\":\"sandbox_760e43f202878f651659820234cad9\"}', 1, NULL, 0.00000000, 0.00000000, 415.13000000, 0.00000000, 0, 0, '2022-02-08 00:36:53', '2025-01-24 15:52:54'), (6, 'razorpay', '6793b73d35aed1737733949.png', '{\"gateway_currency\":\"INR\",\"razor_key\":\"rzp_test_r8XIwoQUldfBxE\",\"razor_secret\":\"G21wL8EwAeO2RIEg33qC1WjM\"}', 1, NULL, 0.00000000, 0.00000000, 78.23000000, 0.00000000, 0, 0, '2022-02-08 01:09:44', '2025-01-24 15:52:29'), (7, 'coinpayments', '6793b730944c51737733936.png', '{\"gateway_currency\":\"Coinpayments\",\"public_key\":\"38c42afde7a4259c137e59f355e49347418c191acbc8fd7d28bf2cf6ba6fc8ef\",\"private_key\":\"2f01fbce867E045eF996f7edde430cDb36D5c9D8bC7B8A6B952f69E9209a95eb\",\"merchant_id\":\"f734643e069b93f729f13159274dcc4c\"}', 1, NULL, 0.00000000, 0.00000000, 50.00000000, 0.00000000, 0, 0, '2022-04-10 01:00:22', '2025-01-24 15:52:16'), (8, 'mollie', '6793b75ead5661737733982.png', '{\"gateway_currency\":\"USD\",\"mollie_key\":\"test_kABABRpec7dDq2hurGdUEGR6hvsghJ\"}', 1, NULL, 0.00000000, 0.00000000, 1.00000000, 0.00000000, 0, 0, '2022-04-10 01:00:22', '2025-01-24 15:53:02'), (9, 'nowpayments', '6793b76fde1981737733999.png', '{\"gateway_currency\":\"USDT\",\"nowpay_key\":\"57S15JT-ZVYM4RJ-KGENF6H-T2T7ZCK\"}', 1, NULL, 0.00000000, 0.00000000, 1.00000000, 0.00000000, 0, 0, '2022-04-10 01:00:22', '2025-01-24 15:53:19'), (10, 'flutterwave', '6793b79fefdd21737734047.jpg', '{\"gateway_currency\":\"USD\",\"public_key\":\"FLWPUBK_TEST-SANDBOXDEMOKEY-X\",\"reference_key\":\"titanic-48981487343MDI0NzMx\"}', 1, NULL, 0.00000000, 0.00000000, 1.00000000, 0.00000000, 0, 0, '2022-06-12 04:29:04', '2025-01-24 15:54:08'), (11, 'paystack', '6793b7b730c341737734071.jpg', '{\"gateway_currency\":\"ZAR\",\"paystack_key\":\"pk_test_267cf8526cf89ade67da431da3b2b59b04e9c4e0\"}', 1, NULL, 0.00000000, 0.00000000, 15.86000000, 0.00000000, 0, 0, '2022-06-12 05:37:21', '2025-01-24 15:54:31'), (13, 'paghiper', '6793b7c6e56d81737734086.png', '{\"gateway_currency\":\"BRL\",\"paghiper_key\":\"apk_46328544-sawGwZEtyqZMGMpdKtqmmaIJzjLfZKMR\",\"token\":\"8G5O29JZNSDG851P6NTFVK3C7HS2T981PEQRNARB24RB\"}', 1, NULL, 0.00000000, 0.00000000, 1.00000000, 0.00000000, 0, 0, '2022-06-12 05:37:21', '2025-01-24 15:54:46'), (14, 'City_Bank', '6793b6da6a3571737733850.png', '{\"gateway_currency\":\"usd\",\"instruction\":\"<p>BanK Nane : City_bank<\\/p><p>Account Number: 9999 66666 534545<\\/p><p>Routing Number : 4422244<\\/p><p>City : Dhaka<\\/p>\"}', 0, '[{\"field_name\":\"Payment Screenshot\",\"type\":\"file\",\"validation\":\"required\"},{\"field_name\":\"Text Anything\",\"type\":\"textarea\",\"validation\":\"nullable\"}]', 0.00000000, 0.00000000, 1.00000000, 1.00000000, 0, 1, '2024-11-22 12:25:22', '2025-01-24 15:50:50'), (15, 'First_Century_Bank', '6793b6ae584c51737733806.png', '{\"gateway_currency\":\"usd\",\"instruction\":\"<p>Bank address:\\u00a0 \\u00a0525 Federal Street Bluefield, WV\\u2013Bluefield, USA<\\/p><p>Routing (ABA):\\u00a0 0000008<\\/p><p>Account number: 5555 3443333 4443<\\/p><p>Account type:\\u00a0 CHECKING<\\/p><p>Beneficiary name: mesn nse<\\/p>\"}', 0, '[{\"field_name\":\"payment screenshot\",\"type\":\"file\",\"validation\":\"required\"},{\"field_name\":\"Text Anything\",\"type\":\"textarea\",\"validation\":\"nullable\"}]', 0.00000000, 0.00000000, 1.00000000, 0.00000000, 1, 1, '2024-11-23 18:53:51', '2025-01-24 15:50:06'), (16, 'test_bank', '6749ccb1b17dd1732889777.png', '{\"gateway_currency\":\"bdt\",\"instruction\":\"<p>test<\\/p>\"}', 0, '[{\"field_name\":\"account_number\",\"type\":\"text\",\"validation\":\"required\"}]', 0.00000000, 0.00000000, 120.00000000, 1.00000000, 0, 1, '2024-11-29 14:16:17', '2024-11-30 18:42:37'); -- -------------------------------------------------------- -- -- Table structure for table `general_settings` -- CREATE TABLE `general_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `sitename` varchar(255) DEFAULT NULL, `site_currency` varchar(10) DEFAULT NULL, `site_email` varchar(255) DEFAULT NULL, `email_method` varchar(255) DEFAULT 'php', `email_config` text DEFAULT NULL, `logo` varchar(255) DEFAULT NULL, `secondary_logo` varchar(255) DEFAULT NULL, `frontend_login_image` varchar(119) DEFAULT NULL, `breadcrumbs` varchar(119) DEFAULT NULL, `login_image` varchar(119) DEFAULT NULL, `favicon` varchar(255) DEFAULT NULL, `user_reg` tinyint(1) NOT NULL, `is_email_verification_on` int(11) DEFAULT NULL, `is_sms_verification_on` int(11) DEFAULT NULL, `preloader_image` varchar(255) DEFAULT NULL, `preloader_status` tinyint(1) DEFAULT NULL, `analytics_status` tinyint(1) DEFAULT NULL, `analytics_key` varchar(255) DEFAULT NULL, `allow_modal` tinyint(4) DEFAULT NULL, `button_text` varchar(255) DEFAULT NULL, `cookie_text` text DEFAULT NULL, `cookie_link` varchar(255) DEFAULT NULL, `allow_recaptcha` tinyint(4) DEFAULT NULL, `recaptcha_key` varchar(255) DEFAULT NULL, `copyright` varchar(119) DEFAULT NULL, `recaptcha_secret` varchar(255) DEFAULT NULL, `seo_description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `primary_color` varchar(255) DEFAULT NULL, `signup_bonus` decimal(28,8) NOT NULL DEFAULT 0.00000000, `google_client_id` varchar(255) DEFAULT NULL, `google_client_secret` varchar(255) DEFAULT NULL, `google_callback` longtext DEFAULT NULL, `google_status` int(11) NOT NULL DEFAULT 1, `facebook_client_id` varchar(255) DEFAULT NULL, `facebook_client_secret` varchar(255) DEFAULT NULL, `facebook_callback` longtext DEFAULT NULL, `facebook_status` int(11) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `general_settings` -- INSERT INTO `general_settings` (`id`, `sitename`, `site_currency`, `site_email`, `email_method`, `email_config`, `logo`, `secondary_logo`, `frontend_login_image`, `breadcrumbs`, `login_image`, `favicon`, `user_reg`, `is_email_verification_on`, `is_sms_verification_on`, `preloader_image`, `preloader_status`, `analytics_status`, `analytics_key`, `allow_modal`, `button_text`, `cookie_text`, `cookie_link`, `allow_recaptcha`, `recaptcha_key`, `copyright`, `recaptcha_secret`, `seo_description`, `created_at`, `updated_at`, `primary_color`, `signup_bonus`, `google_client_id`, `google_client_secret`, `google_callback`, `google_status`, `facebook_client_id`, `facebook_client_secret`, `facebook_callback`, `facebook_status`) VALUES (1, 'PropertyNir', 'USD', 'info@softnir.com', 'php', '{\"smtp_host\":\"mail.softnir.com\",\"smtp_username\":\"info@softnir.com\",\"smtp_password\":\"Wf3325vqvc\",\"smtp_port\":\"465\",\"smtp_encryption\":\"tls\"}', 'logo.png', 'secondary_logo.png', 'frontend_login_image.jpg', 'breadcrumbs.jpg', 'login_image.jpg', 'icon.png', 1, 0, 0, NULL, 1, NULL, NULL, 1, 'Accept Cookie', 'Lorem ipsum is typically a corrupted version of de finibus bonorum et malorum, a 1st-century bc text by the roman statesman and philosopher cicero, with words altered, added, and removed to make it nonsensical and improper latin. the first two lorem ipsum is typically a corrupted version of de finibus bonorum et malorum, a 1st-century bc text by the roman statesman and philosopher cicero, with words altered, added, and removed to make it nonsensical and improper latin. the first two', 'refund-policy', 0, '6LfnhS8eAAAAAAg3LgUY0ZBU0cxvyO6EkF8ylgFL', 'Copyright © 2025 Property Nir. All Rights Reserved.', '6LfnhS8eAAAAADPPV4Z4nmii8B4-8rZW2o67O9pf', 'Smart Property Investment platform', '2022-01-24 04:13:31', '2025-01-26 21:38:34', '#F85C38', 0.00000000, '590384901919-n54t33lsvj9g4gr7pe2j2s1pl6mp7pc5.apps.googleusercontent.com', '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', 'https://propertynir.softnir.com/google/callback', 1, '1926999314475630', 'b26324283a3b754f068c690024dacd27', 'https://propertynir.softnir.com/facebook/callback', 1); -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `short_code` varchar(255) DEFAULT NULL, `is_default` tinyint(4) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `languages` -- INSERT INTO `languages` (`id`, `name`, `short_code`, `is_default`, `created_at`, `updated_at`) VALUES (1, 'English', 'en', 1, '2022-01-23 23:00:40', '2024-11-25 19:34:35'), (18, 'Spanish', 'sp', 0, '2025-01-15 11:06:57', '2025-01-15 11:06:57'); -- -------------------------------------------------------- -- -- Table structure for table `login_securities` -- CREATE TABLE `login_securities` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `google2fa_enable` tinyint(1) NOT NULL DEFAULT 0, `google2fa_secret` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `menus` -- CREATE TABLE `menus` ( `id` int(11) NOT NULL, `page_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `menu_type` varchar(255) NOT NULL, `footer_part_type` varchar(255) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `menus` -- INSERT INTO `menus` (`id`, `page_id`, `language_id`, `menu_type`, `footer_part_type`, `created_at`, `updated_at`) VALUES (227, 1, 1, 'footers', 'company', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (228, 40, 1, 'footers', 'company', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (229, 41, 1, 'footers', 'company', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (230, 43, 1, 'footers', 'company', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (231, 44, 1, 'footers', 'company', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (232, 45, 1, 'footers', 'quick_link', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (233, 46, 1, 'footers', 'quick_link', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (234, 47, 1, 'footers', 'quick_link', '2025-01-15 17:28:01', '2025-01-15 17:28:01'), (250, 1, 1, 'headers', NULL, '2025-01-15 22:06:28', '2025-01-15 22:06:28'), (251, 40, 1, 'headers', NULL, '2025-01-15 22:06:28', '2025-01-15 22:06:28'), (252, 41, 1, 'headers', NULL, '2025-01-15 22:06:28', '2025-01-15 22:06:28'), (253, 42, 1, 'headers', NULL, '2025-01-15 22:06:28', '2025-01-15 22:06:28'), (254, 43, 1, 'headers', NULL, '2025-01-15 22:06:28', '2025-01-15 22:06:28'), (255, 44, 1, 'headers', NULL, '2025-01-15 22:06:28', '2025-01-15 22:06:28'), (256, 58, 19, 'headers', NULL, '2025-01-17 17:39:59', '2025-01-17 17:39:59'), (257, 58, 19, 'footers', 'company', '2025-01-17 17:40:04', '2025-01-17 17:40:04'), (260, 48, 18, 'headers', NULL, '2025-01-26 22:07:25', '2025-01-26 22:07:25'), (261, 60, 18, 'headers', NULL, '2025-01-26 22:07:25', '2025-01-26 22:07:25'), (262, 61, 18, 'headers', NULL, '2025-01-26 22:07:25', '2025-01-26 22:07:25'), (263, 62, 18, 'headers', NULL, '2025-01-26 22:07:25', '2025-01-26 22:07:25'), (264, 63, 18, 'headers', NULL, '2025-01-26 22:07:25', '2025-01-26 22:07:25'), (265, 64, 18, 'headers', NULL, '2025-01-26 22:07:25', '2025-01-26 22:07:25'), (274, 48, 18, 'footers', 'company', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (275, 60, 18, 'footers', 'company', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (276, 61, 18, 'footers', 'company', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (277, 62, 18, 'footers', 'company', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (278, 64, 18, 'footers', 'company', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (279, 65, 18, 'footers', 'quick_link', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (280, 66, 18, 'footers', 'quick_link', '2025-01-26 22:08:41', '2025-01-26 22:08:41'), (281, 68, 18, 'footers', 'quick_link', '2025-01-26 22:08:41', '2025-01-26 22:08:41'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE `notifications` ( `id` char(36) NOT NULL, `type` varchar(255) NOT NULL, `notifiable_type` varchar(255) NOT NULL, `notifiable_id` bigint(20) UNSIGNED NOT NULL, `data` text NOT NULL, `read_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pages` -- CREATE TABLE `pages` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `seo_description` text DEFAULT NULL, `is_breadcrumb` tinyint(4) DEFAULT 0, `status` tinyint(4) DEFAULT 0, `is_default` int(11) NOT NULL DEFAULT 0, `components` longtext DEFAULT NULL, `styles` longtext DEFAULT NULL, `html` longtext DEFAULT NULL, `css` longtext DEFAULT NULL, `body` longtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `pages` -- INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (1, 1, 'home', 'home', 'home', 0, 1, 1, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"banner-section\",\"has-bg-img\"],\"attributes\":{\"id\":\"i1zn\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-xxl-6\",\"col-xl-7\",\"col-lg-8\",\"text-md-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"banner-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\" Easy property investment made\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"banner-description\",\"mt-3\"],\"components\":[{\"type\":\"textnode\",\"content\":\"The easy to use, hassle-free way to build a global property portfolio and start earning returns today. whole property investments, generating annual returns of up to 30%.\"}]},{\"classes\":[\"banner-btn-group\",\"justify-content-md-start\",\"justify-content-center\",\"mt-4\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Get started\"}]},{\"type\":\"link\",\"classes\":[\"cmn-btn2\"],\"attributes\":{\"href\":\"\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Talk to a consultant\"}]}]}]}]}]}]},{\"classes\":[\"banner-bottom-part\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"align-items-center\",\"justify-content-between\"],\"components\":[{\"classes\":[\"col-xxl-2\",\"col-lg-3\",\"text-lg-start\",\"text-center\",\"mb-lg-0\",\"mb-4\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"banner-bottom-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\" Investment overview\"}]}]},{\"classes\":[\"col-xxl-9\",\"col-lg-9\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"overview-wrapper\"],\"components\":[{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"overview-amount\"],\"components\":[{\"type\":\"textnode\",\"content\":\"12m\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"overview-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Total investors\"}]}]}]},{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"overview-amount\"],\"components\":[{\"type\":\"textnode\",\"content\":\"110m\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"overview-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Total deposit\"}]}]}]},{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"overview-amount\"],\"components\":[{\"type\":\"textnode\",\"content\":\"6.3b usd\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"overview-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Average annual return\"}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"about-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About our company\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\\n \"}]}]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-thumb\",\"h-100\"],\"attributes\":{\"id\":\"io9yj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\",\"ps-xl-5\",\"about-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"about-section\",\"removable\":false,\"draggable\":false,\"editable\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Mission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Vision\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Target\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"classes\":[\"about-btn\",\"mt-4\"],\"attributes\":{\"href\":\"{base_url}/about\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"More about \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"fas\",\"fa-arrow-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"featured-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"featured-section-bg-img\",\"has-bg-img\"],\"attributes\":{\"id\":\"ixg0x\"}},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Featured property\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"text-white\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Best property deals\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\",\"text-white\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"tagName\":\"featured-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"ielqu\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"i7grec\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"ianv9l\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"ituz61\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"iu6jw7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"featured-bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/1\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked plan\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to bookmark this plan for future invest ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"featured-bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/1\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"property-section\",\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"i1ncpe\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Latest property\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Hot new properties\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"tagName\":\"property-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"justify-content-center\",\"gy-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b173eb5d01732751731.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b07dd99d61732751485.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747af0774f391732751111.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ad9d0f1bb1732750749.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/3\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Hong kong city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1,500.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"classes\":[\"text-center\",\"mt-5\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"\",\"id\":\"load\"},\"components\":[{\"type\":\"textnode\",\"content\":\"\\n Properties\\n \"},{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"invest\",\"tabindex\":\"-1\",\"role\":\"dialog\",\"aria-hidden\":\"true\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/investmentproperty/invest\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"classes\":[\"container-fluid\"],\"components\":[{\"classes\":[\"form-group\"],\"components\":[{\"type\":\"label\",\"components\":[{\"type\":\"textnode\",\"content\":\"Invest amount\"}]},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"amount\"}},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"hidden\",\"name\":\"property_id\"}}]}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"cmn-btn\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/1\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked plan\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to bookmark this plan for future invest ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/1\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"],\"components\":[{\"type\":\"text\",\"classes\":[\"choose-bg\"],\"attributes\":{\"id\":\"izpw76\"},\"components\":[{\"type\":\"textnode\",\"content\":\"\\n \"}]},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-end\"],\"components\":[{\"classes\":[\"col-lg-7\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Why choose us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"text-white\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Why we\'re the right choice\"}]},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"text-white\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"\\n Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\\n \"}]}]}]}]},{\"tagName\":\"whychooseus-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-5\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Registered company 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-compass\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Reliable support\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fab\",\"fa-superpowers\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Transparent investments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-home\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Choice for vip investors\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-hockey-puck\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Daily profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-dollar-sign\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Opportunities mmm\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-headset\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Frequently asked questions\"}]},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"],\"attributes\":{\"id\":\"i41zyw\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How it work\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How we make it happen\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"tagName\":\"howitwork-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"work-box-wrapper\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5b9cdebbe1733254044.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Choose project\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bb983d7f1733254073.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Make deposit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bcd4519e1733254093.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Get profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5be6825361733254118.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Withdraw anytime\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\",\"testi\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-between\",\"align-items-end\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Testimonial\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"What our clients say\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]},{\"classes\":[\"col-lg-4\"],\"components\":[{\"classes\":[\"testi-slider-buttons\",\"justify-content-lg-end\",\"mb-lg-4\"],\"components\":[{\"type\":\"button\",\"classes\":[\"testi-prev\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Prev\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-left\"]}]},{\"type\":\"button\",\"classes\":[\"testi-next\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Next\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-right\"]}]}]}]}]}]},{\"tagName\":\"testimonial-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60bfbfa031733255359.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Tarik Fazar\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Ceo & Founder\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60df8056f1733255391.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Leilani Huang\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Store Owner\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60fc5764f1733255420.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Vavel Rose\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f6122be05c1733255458.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Athoni Loss\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"VIP Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f613e2c1e91733255486.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jhon Mekila\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Senior Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"affiliate-section\",\"s-pt-100\",\"s-pb-100\",\"section-bg\"],\"attributes\":{\"id\":\"i3rwgre\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Referral\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"5 steps referral program\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\"}]}]}]}]},{\"tagName\":\"affiliate-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"pe-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Invest referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"10%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"8%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"ps-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Blog\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Latest property news\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"tagName\":\"blog-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5d132f5711733254419.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"View details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f44d093a1733254980.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"View details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f6905ffd1733255017.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"View details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"cta-section\"],\"attributes\":{\"id\":\"ifwnkoi\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-wrapper\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-lg-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lets build your future together\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mt-3\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]},{\"classes\":[\"mt-3\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"{base_url}/register\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Get started now\"}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"type\":\"image\",\"classes\":[\"cta-img\"],\"attributes\":{\"src\":\"{base_url}/asset/frontend/img/pagebuilder/6793da99ef71b.png\",\"alt\":\"image\",\"id\":\"i7rzury\"}}]}]}]}]}]},{\"components\":[{\"tagName\":\"brand-section\",\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-section\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-slider\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5cb97ffa61733254329.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5feb00cb21733255147.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5fef45c931733255151.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ff61127c1733255158.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ffa7c6771733255162.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f60012ae511733255169.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f6008570941733255176.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f600d445e51733255181.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f601146bab1733255185.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"stretch\",\"flex-wrap\":\"nowrap\",\"padding\":\"10px\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"flex-wrap\":\"wrap\"},\"mediaText\":\"(max-width: 768px)\",\"atRuleType\":\"media\"},{\"selectors\":[{\"name\":\"cell\",\"private\":1}],\"style\":{\"min-height\":\"75px\",\"flex-grow\":\"1\",\"flex-basis\":\"100%\"}},{\"selectors\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"]},{\"selectors\":[\"banner-bottom-part\"]},{\"selectors\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"]},{\"selectors\":[\"cta-wrapper\"]},{\"selectors\":[\"affiliate-section\",\"s-pt-100\",\"s-pb-100\",\"section-bg\"]},{\"selectors\":[\"#i1zn\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/67968db1deb6b.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center center\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#io9yj\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6793e4e76f0a1.png\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center center\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ixg0x\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/67968f72020c1.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"left top\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ielqu\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747b173eb5d01732751731.jpg)\"}},{\"selectors\":[\"#i7grec\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747b07dd99d61732751485.jpg)\"}},{\"selectors\":[\"#ianv9l\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747af0774f391732751111.jpg)\"}},{\"selectors\":[\"#ituz61\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg)\"}},{\"selectors\":[\"#iu6jw7\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg)\"}},{\"selectors\":[\"#i1ncpe\"]},{\"selectors\":[\"#izpw76\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6793dabfc7eac.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"left top\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#i41zyw\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6793daf0454d4.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"left top\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#i3rwgre\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/placeholder.png)\"}},{\"selectors\":[\"#i7rzury\"]},{\"selectors\":[\"#ifwnkoi\"]}]', '<div class=\'pagebuilder-content\'><div><section id=\"i1zn\" class=\"banner-section has-bg-img\"><div class=\"container\"><div class=\"row\"><div class=\"col-xxl-6 col-xl-7 col-lg-8 text-md-start text-center\"><h2 class=\"banner-title\"> Easy property investment made</h2><p class=\"banner-description mt-3\">The easy to use, hassle-free way to build a global property portfolio and start earning returns today. whole property investments, generating annual returns of up to 30%.</p><div class=\"banner-btn-group justify-content-md-start justify-content-center mt-4\"><a href=\"\" class=\"cmn-btn\">Get started</a><a href=\"\" class=\"cmn-btn2\">Talk to a consultant</a></div></div></div></div></section><div class=\"banner-bottom-part\"><div class=\"container\"><div class=\"row align-items-center justify-content-between\"><div class=\"col-xxl-2 col-lg-3 text-lg-start text-center mb-lg-0 mb-4\"><h2 class=\"banner-bottom-title\"> Investment overview</h2></div><div class=\"col-xxl-9 col-lg-9\"><div class=\"row gy-4 overview-wrapper\"><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 class=\"overview-amount\">12m</h5><p class=\"overview-title\">Total investors</p></div></div><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 class=\"overview-amount\">110m</h5><p class=\"overview-title\">Total deposit</p></div></div><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 class=\"overview-amount\">6.3b usd</h5><p class=\"overview-title\">Average annual return</p></div></div></div></div></div></div></div><div><section class=\"about-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-top-title\">About us</span><h2 class=\"section-title\">About our company</h2><p class=\"mb-0\">Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\r\n </p></div></div></div><div class=\"about-content-wrapper\"><div class=\"row gy-4\"><div class=\"col-lg-6\"><div id=\"io9yj\" class=\"about-thumb h-100\"></div></div><div class=\"col-lg-6 ps-xl-5 about-content\"><div class=\"about-content-inner\"><about-section>[pagebuilder-about][/pagebuilder-about]</about-section><a href=\"{base_url}/about\" class=\"about-btn mt-4\">More about <i class=\"fas fa-arrow-right\"></i></a></div></div></div></div></div></section></div></div><div><section class=\"featured-section s-pt-120 s-pb-120\"><div id=\"ixg0x\" class=\"featured-section-bg-img has-bg-img\"></div><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Featured property</span><h2 class=\"section-title text-white\">Best property deals</h2><p class=\"mb-0 text-white\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><featured-section>[pagebuilder-featured][/pagebuilder-featured]</featured-section></div></section><div id=\"featured-bookmark\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/1\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked plan</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to bookmark this plan for future invest ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-primary\">Bookmark</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div><div id=\"featured-bookmark-remove\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/1\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked remove</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to remove bookmark ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-danger\">Remove</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div></div><div><section id=\"i1ncpe\" class=\"property-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Latest property</span><h2 class=\"section-title\">Hot new properties</h2><p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><property-section>[pagebuilder-property][/pagebuilder-property]</property-section></div><div class=\"text-center mt-5\"><a href=\"\" id=\"load\" class=\"cmn-btn\">\r\n Properties\r\n <i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></section><div id=\"invest\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/investmentproperty/invest\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Invest now</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><div class=\"container-fluid\"><div class=\"form-group\"><label>Invest amount</label><input type=\"text\" name=\"amount\" class=\"form-control\"/><input type=\"hidden\" name=\"property_id\" class=\"form-control\"/></div></div></div><div class=\"modal-footer\"><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button><button type=\"submit\" class=\"btn cmn-btn\">Invest now</button></div></div></form></div></div><div id=\"bookmark\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/1\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked plan</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to bookmark this plan for future invest ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-primary\">Bookmark</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div><div id=\"bookmark-remove\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/1\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"lmc6LKgUmgreM7IUbsLV42CMqC6IXc4Xyh5TiJZX\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked remove</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to remove bookmark ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-danger\">Remove</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div></div><div><section class=\"choose-section s-pt-120 s-pb-120 has-bg-img section-bg\"><div id=\"izpw76\" class=\"choose-bg\">\r\n </div><div class=\"container\"><div class=\"row justify-content-end\"><div class=\"col-lg-7\"><div class=\"section-top\"><span class=\"section-top-title\">Why choose us</span><h2 class=\"section-title text-white\">Why we're the right choice</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"text-white mb-0\">\r\n Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\r\n </p></div></div></div><whychooseus-section>[pagebuilder-whychooseus][/pagebuilder-whychooseus]</whychooseus-section></div></div></div></section><div><section class=\"s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\">Frequently asked questions</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\">Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section></div></div><div><section id=\"i41zyw\" class=\"work-section s-pt-120 s-pb-120 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">How it work</span><h2 class=\"section-title\">How we make it happen</h2><p class=\"mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><howitwork-section>[pagebuilder-howitwork][/pagebuilder-howitwork]</howitwork-section></div></section></div><div><section class=\"s-pt-120 s-pb-120 testi\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-between align-items-end\"><div class=\"col-lg-6\"><span class=\"section-top-title\">Testimonial</span><h2 class=\"section-title\">What our clients say</h2><p class=\"mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div><div class=\"col-lg-4\"><div class=\"testi-slider-buttons justify-content-lg-end mb-lg-4\"><button type=\"button\" aria-label=\"Prev\" class=\"testi-prev\"><i class=\"bi bi-arrow-left\"></i></button><button type=\"button\" aria-label=\"Next\" class=\"testi-next\"><i class=\"bi bi-arrow-right\"></i></button></div></div></div></div><testimonial-section>[pagebuilder-testimonial][/pagebuilder-testimonial]</testimonial-section></div></section><div><section class=\"affiliate-section s-pt-100 s-pb-100 section-bg\" id=\"i3rwgre\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Referral</span><h2 class=\"section-title\">5 steps referral program</h2><p>Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry's standard dummy text</p></div></div></div><affiliate-section>[pagebuilder-affiliate][/pagebuilder-affiliate]</affiliate-section></div></section></div></div><div></div><div><section class=\"s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Blog</span><h2 class=\"section-title\">Latest property news</h2><p class=\"mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><blog-section>[pagebuilder-blog][/pagebuilder-blog]</blog-section></div></section></div><div><section class=\"cta-section\" id=\"ifwnkoi\"><div class=\"container\"><div class=\"cta-wrapper\"><div class=\"row\"><div class=\"col-lg-6 text-lg-start text-center\"><h2 class=\"section-title mb-0\">Lets build your future together</h2><p class=\"mt-3 mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p><div class=\"mt-3\"><a href=\"{base_url}/register\" class=\"cmn-btn\">Get started now</a></div></div><div class=\"col-lg-6\"><img src=\"{base_url}/asset/frontend/img/pagebuilder/6793da99ef71b.png\" alt=\"image\" id=\"i7rzury\" class=\"cta-img\"/></div></div></div></div></section><div><brand-section>[pagebuilder-brand][/pagebuilder-brand]</brand-section></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#i1zn{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/67968db1deb6b.jpg\');background-repeat:no-repeat;background-position:center center;background-attachment:scroll;background-size:cover;}#io9yj{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6793e4e76f0a1.png\');background-repeat:no-repeat;background-position:center center;background-attachment:scroll;background-size:cover;}#ixg0x{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/67968f72020c1.jpg\');background-repeat:no-repeat;background-position:left top;background-attachment:scroll;background-size:cover;}#ielqu{background-image:url({base_url}/asset/images/property/6747b173eb5d01732751731.jpg);}#i7grec{background-image:url({base_url}/asset/images/property/6747b07dd99d61732751485.jpg);}#ianv9l{background-image:url({base_url}/asset/images/property/6747af0774f391732751111.jpg);}#ituz61{background-image:url({base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg);}#iu6jw7{background-image:url({base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg);}#izpw76{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6793dabfc7eac.jpg\');background-repeat:no-repeat;background-position:left top;background-attachment:scroll;background-size:cover;}#i41zyw{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6793daf0454d4.jpg\');background-repeat:no-repeat;background-position:left top;background-attachment:scroll;background-size:cover;}#i3rwgre{background-image:url({base_url}/asset/images/placeholder.png);}', NULL, '2022-01-20 03:52:03', '2025-01-26 19:59:41'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (40, 1, 'About', 'about', 'About', 1, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"about-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About our company\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\\n \"}]}]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-thumb\",\"h-100\"],\"attributes\":{\"id\":\"ie5ky\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\",\"ps-xl-5\",\"about-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"about-section\",\"removable\":false,\"draggable\":false,\"editable\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Mission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Vision\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Target\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"classes\":[\"about-btn\",\"mt-4\"],\"attributes\":{\"href\":\"{base_url}/about\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"More about \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"fas\",\"fa-arrow-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"],\"attributes\":{\"id\":\"is1w4h\"},\"components\":[{\"type\":\"text\",\"content\":\"<p><br></p>\",\"classes\":[\"choose-bg\"],\"attributes\":{\"id\":\"i0xyzf\"}},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-end\"],\"attributes\":{\"id\":\"io1pvf\"},\"components\":[{\"classes\":[\"col-lg-7\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Why choose us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"text-white\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Why we\'re the right choice\"}]},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"text-white\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"\\n Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\\n \"}]}]}]}]},{\"tagName\":\"whychooseus-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-5\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Registered company 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-compass\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Reliable support\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fab\",\"fa-superpowers\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Transparent investments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-home\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Choice for vip investors\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-hockey-puck\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Daily profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-dollar-sign\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Opportunities mmm\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-headset\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"i11h3\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Frequently asked questions\"}]},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\",\"testi\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-between\",\"align-items-end\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Testimonial\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"What our clients say\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]},{\"classes\":[\"col-lg-4\"],\"components\":[{\"classes\":[\"testi-slider-buttons\",\"justify-content-lg-end\",\"mb-lg-4\"],\"components\":[{\"type\":\"button\",\"classes\":[\"testi-prev\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Prev\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-left\"]}]},{\"type\":\"button\",\"classes\":[\"testi-next\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Next\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-right\"]}]}]}]}]}]},{\"tagName\":\"testimonial-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60bfbfa031733255359.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Tarik Fazar\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Ceo & Founder\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60df8056f1733255391.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Leilani Huang\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Store Owner\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60fc5764f1733255420.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Vavel Rose\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f6122be05c1733255458.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Athoni Loss\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"VIP Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f613e2c1e91733255486.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jhon Mekila\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Senior Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"cta-section\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-wrapper\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-lg-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lets build your future together\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mt-3\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]},{\"classes\":[\"mt-3\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"{base_url}/register\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Get started now\"}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"type\":\"image\",\"classes\":[\"cta-img\"],\"attributes\":{\"src\":\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\",\"alt\":\"image\",\"id\":\"i76lpz\"}}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"brand-section\",\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-section\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-slider\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5cb97ffa61733254329.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5feb00cb21733255147.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5fef45c931733255151.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ff61127c1733255158.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ffa7c6771733255162.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f60012ae511733255169.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f6008570941733255176.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f600d445e51733255181.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f601146bab1733255185.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"]},{\"selectors\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"]},{\"selectors\":[\"#ie5ky\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a6c80889b.jpeg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#i0xyzf\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a69e6cabd.jpg\'), none\",\"__bg-type\":\"img, img\",\"background-repeat\":\"no-repeat, repeat\",\"background-position\":\"center bottom, left top\",\"background-attachment\":\"scroll, scroll\",\"background-size\":\"cover, auto\"}},{\"selectors\":[\"#i76lpz\"]},{\"selectors\":[\"#io1pvf\"]},{\"selectors\":[\"#i11h3\"]},{\"selectors\":[\"#is1w4h\"]}]', '<div class=\'pagebuilder-content\'><div><section class=\"about-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-top-title\">About us</span><h2 class=\"section-title\">About our company</h2><p class=\"mb-0\">Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\r\n </p></div></div></div><div class=\"about-content-wrapper\"><div class=\"row gy-4\"><div class=\"col-lg-6\"><div class=\"about-thumb h-100\" id=\"ie5ky\"></div></div><div class=\"col-lg-6 ps-xl-5 about-content\"><div class=\"about-content-inner\"><about-section>[pagebuilder-about][/pagebuilder-about]</about-section><a href=\"{base_url}/about\" class=\"about-btn mt-4\">More about <i class=\"fas fa-arrow-right\"></i></a></div></div></div></div></div></section></div><div><section class=\"choose-section s-pt-120 s-pb-120 has-bg-img section-bg\" id=\"is1w4h\"><div class=\"choose-bg\" id=\"i0xyzf\"><p><br></p></div><div class=\"container\"><div class=\"row justify-content-end\" id=\"io1pvf\"><div class=\"col-lg-7\"><div class=\"section-top\"><span class=\"section-top-title\">Why choose us</span><h2 class=\"section-title text-white\">Why we're the right choice</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"text-white mb-0\">\r\n Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\r\n </p></div></div></div><whychooseus-section>[pagebuilder-whychooseus][/pagebuilder-whychooseus]</whychooseus-section></div></div></div></section><section class=\"s-pt-120 s-pb-120\" id=\"i11h3\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\">Frequently asked questions</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\">Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section></div><div><div><section class=\"s-pt-120 s-pb-120 testi\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-between align-items-end\"><div class=\"col-lg-6\"><span class=\"section-top-title\">Testimonial</span><h2 class=\"section-title\">What our clients say</h2><p class=\"mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div><div class=\"col-lg-4\"><div class=\"testi-slider-buttons justify-content-lg-end mb-lg-4\"><button type=\"button\" aria-label=\"Prev\" class=\"testi-prev\"><i class=\"bi bi-arrow-left\"></i></button><button type=\"button\" aria-label=\"Next\" class=\"testi-next\"><i class=\"bi bi-arrow-right\"></i></button></div></div></div></div><testimonial-section>[pagebuilder-testimonial][/pagebuilder-testimonial]</testimonial-section></div></section></div></div><div><section class=\"cta-section\"><div class=\"container\"><div class=\"cta-wrapper\"><div class=\"row\"><div class=\"col-lg-6 text-lg-start text-center\"><h2 class=\"section-title mb-0\">Lets build your future together</h2><p class=\"mt-3 mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p><div class=\"mt-3\"><a href=\"{base_url}/register\" class=\"cmn-btn\">Get started now</a></div></div><div class=\"col-lg-6\"><img src=\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\" alt=\"image\" id=\"i76lpz\" class=\"cta-img\"/></div></div></div></div></section></div><div><brand-section>[pagebuilder-brand][/pagebuilder-brand]</brand-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#ie5ky{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a6c80889b.jpeg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}#i0xyzf{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a69e6cabd.jpg\'), none;background-repeat:no-repeat, repeat;background-position:center bottom, left top;background-attachment:scroll, scroll;background-size:cover, auto;}', NULL, '2025-01-14 09:41:49', '2025-01-26 22:02:47'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (41, 1, 'Properties', 'properties', 'Properties', 1, 1, 0, '[{\"components\":[{\"tagName\":\"allproperty-section\",\"components\":[{\"tagName\":\"section\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"s-pt-80\",\"s-pb-80\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-search-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Search your property\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"d-flex\",\"align-items-center\",\"gap-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"d-flex\",\"align-items-center\",\"gap-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text-dark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-arrow-down-up\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-search-filter-btn\"],\"attributes\":{\"type\":\"button\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-filter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Filter\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"tagName\":\"form\",\"type\":\"form\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-search-form\",\"mt-4\"],\"attributes\":{\"method\":\"GET\",\"action\":\"{base_url}/search/property\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-3\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"select\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-select\"],\"attributes\":{\"name\":\"order\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"low_to_high\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Price low\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"high_to_low\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Price high\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"all\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"All\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"latest\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Newest\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"input-icon-field\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-map-marker-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"id\":\"search\",\"name\":\"search\",\"placeholder\":\"Enter Location\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"min-max-field\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"select\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-select\"],\"attributes\":{\"name\":\"type\",\"id\":\"type\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"0\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min-max\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Fixed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\",\"min-amount-input\",\"fixed\",\"d-none\"],\"attributes\":{\"type\":\"number\",\"name\":\"amount\",\"placeholder\":\"Amount\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\",\"min-amount-input\"],\"attributes\":{\"type\":\"number\",\"name\":\"min\",\"placeholder\":\"Min Amount\",\"id\":\"min\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\",\"max-amount-input\"],\"attributes\":{\"type\":\"number\",\"name\":\"max\",\"placeholder\":\"Max Amount\",\"id\":\"max\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"cmn-btn\",\"btn-md\",\"w-100\"],\"attributes\":{\"type\":\"submit\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Search \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-search\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"mt-4\",\"non-editable-area\"],\"attributes\":{\"id\":\"filter\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"cmn-btn\",\"btn-sm\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Already invested\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ad9d0f1bb1732750749.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/3\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Hong kong city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1,500.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747af0774f391732751111.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b07dd99d61732751485.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b173eb5d01732751731.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"row\",\"mt-4\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"invest\",\"tabindex\":\"-1\",\"role\":\"dialog\",\"aria-hidden\":\"true\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/investmentproperty/invest\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"classes\":[\"container-fluid\"],\"components\":[{\"classes\":[\"form-group\"],\"components\":[{\"type\":\"label\",\"components\":[{\"type\":\"textnode\",\"content\":\"Invest amount\"}]},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"amount\"}},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"hidden\",\"name\":\"property_id\"}}]}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"cmn-btn\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/41\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked property\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"\\n Are you sure to bookmark this property for future invest ?\\n \"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/41\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]}]}]', '[]', '<div class=\'pagebuilder-content\'><div><allproperty-section>[pagebuilder-allproperty][/pagebuilder-allproperty]</allproperty-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}', NULL, '2025-01-14 09:46:55', '2025-01-26 21:24:34'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (42, 1, 'Affiliate', 'affiliate', 'Affiliate', 1, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"affiliate-section\",\"s-pt-100\",\"s-pb-100\",\"section-bg\"],\"attributes\":{\"id\":\"ibqa\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Referral\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"5 steps referral program\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\"}]}]}]}]},{\"tagName\":\"affiliate-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"pe-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Invest referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"10%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"8%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"ps-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"],\"attributes\":{\"id\":\"iczoui\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How it work\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How we make it happen\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"tagName\":\"howitwork-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"work-box-wrapper\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5b9cdebbe1733254044.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Choose project\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bb983d7f1733254073.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Make deposit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bcd4519e1733254093.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Get profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5be6825361733254118.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Withdraw anytime\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Frequently asked questions\"}]},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"cta-section\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-wrapper\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-lg-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lets build your future together\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mt-3\",\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]},{\"classes\":[\"mt-3\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"{base_url}/register\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Get started now\"}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"type\":\"image\",\"classes\":[\"cta-img\"],\"attributes\":{\"src\":\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\",\"alt\":\"image\",\"id\":\"ir2xvz\"}}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"brand-section\",\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-section\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-slider\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5cb97ffa61733254329.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5feb00cb21733255147.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5fef45c931733255151.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ff61127c1733255158.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ffa7c6771733255162.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f60012ae511733255169.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f6008570941733255176.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f600d445e51733255181.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f601146bab1733255185.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[\"affiliate-section\",\"s-pt-100\",\"s-pb-100\",\"section-bg\"]},{\"selectors\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"]},{\"selectors\":[\"#ibqa\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/placeholder.png)\"}},{\"selectors\":[\"#iczoui\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a7ad2ff44.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ir2xvz\"]}]', '<div class=\'pagebuilder-content\'><div><section id=\"ibqa\" class=\"affiliate-section s-pt-100 s-pb-100 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Referral</span><h2 class=\"section-title\">5 steps referral program</h2><p>Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry's standard dummy text</p></div></div></div><affiliate-section>[pagebuilder-affiliate][/pagebuilder-affiliate]</affiliate-section></div></section></div><div><section id=\"iczoui\" class=\"work-section s-pt-120 s-pb-120 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">How it work</span><h2 class=\"section-title\">How we make it happen</h2><p class=\"mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><howitwork-section>[pagebuilder-howitwork][/pagebuilder-howitwork]</howitwork-section></div></section><div><section class=\"s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\">Frequently asked questions</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\">Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section></div></div><div><section class=\"cta-section\"><div class=\"container\"><div class=\"cta-wrapper\"><div class=\"row\"><div class=\"col-lg-6 text-lg-start text-center\"><h2 class=\"section-title mb-0\">Lets build your future together</h2><p class=\"mt-3 mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p><div class=\"mt-3\"><a href=\"{base_url}/register\" class=\"cmn-btn\">Get started now</a></div></div><div class=\"col-lg-6\"><img src=\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\" alt=\"image\" id=\"ir2xvz\" class=\"cta-img\"/></div></div></div></div></section></div><div><brand-section>[pagebuilder-brand][/pagebuilder-brand]</brand-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#ibqa{background-image:url({base_url}/asset/images/placeholder.png);}#iczoui{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a7ad2ff44.jpg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}', NULL, '2025-01-14 09:47:08', '2025-01-26 21:48:29'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (43, 1, 'Blog', 'blog', 'Blog', 1, 1, 0, '[{\"components\":[{\"tagName\":\"allblog-section\",\"components\":[{\"tagName\":\"section\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"s-pt-100\",\"s-pb-100\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5d132f5711733254419.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f44d093a1733254980.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f6905ffd1733255017.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f8f17c9f1733255055.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/39/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/39/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5fb84e3b01733255096.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/40/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/40/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5fd4f21a51733255124.jpeg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/41/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/41/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1}]', '<div class=\'pagebuilder-content\'><div><allblog-section>[pagebuilder-allblog][/pagebuilder-allblog]</allblog-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}', NULL, '2025-01-14 09:48:54', '2025-01-26 21:25:01'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (44, 1, 'Contact', 'contact', 'Contact', 1, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"conact-section\",\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"i197\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-8\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"mb-2\"],\"components\":[{\"type\":\"textnode\",\"content\":\"We always here to help you\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Reference site about lorem ipsum, giving information on its origins, as well as a random lipsum generator.\"}]}]}]}]},{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"contact-section\",\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"php\",\"non-editable-area\"],\"attributes\":{\"action\":\"{base_url}/contact\",\"method\":\"post\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"form-group\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"name\",\"id\":\"name-2\",\"placeholder\":\"Your Name\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"form-group\",\"mt-3\",\"mt-md-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"id\":\"email-2\",\"placeholder\":\"Your Email\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-group\",\"mt-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"subject\",\"id\":\"subject-2\",\"placeholder\":\"Subject\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-group\",\"mt-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textarea\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-control\"],\"attributes\":{\"name\":\"message\",\"rows\":\"5\",\"placeholder\":\"Message\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"mt-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"cmn-btn\",\"w-100\"],\"attributes\":{\"type\":\"submit\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Send message\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-12\"],\"components\":[{\"classes\":[\"contact-item\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-map-marker-alt\"]},{\"type\":\"textnode\",\"content\":\" \\n Address\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"District, taipei city 106409, taiwan united kingdom\"}]}]}]},{\"classes\":[\"col-lg-12\"],\"components\":[{\"classes\":[\"contact-item\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-phone-alt\"]},{\"type\":\"textnode\",\"content\":\"\\n Mobile number\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"+1 112 2333 3399\"}]}]}]},{\"classes\":[\"col-lg-12\"],\"components\":[{\"classes\":[\"contact-item\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-envelope\"]},{\"type\":\"textnode\",\"content\":\"\\n Email address\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Info@example.com\"}]}]}]}]}]}]},{\"classes\":[\"map-area\"],\"components\":[{\"tagName\":\"iframe\",\"classes\":[\"map\"],\"attributes\":{\"src\":\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621\",\"allowfullscreen\":\"\"}}]}]}]}]},{\"attributes\":{\"id\":\"i0vmm\"},\"components\":[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"in60u\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Frequently asked questions\"}]},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7-2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#i197\"]},{\"selectors\":[\"#in60u\"]},{\"selectors\":[\"#i0vmm\"]}]', '<div class=\'pagebuilder-content\'><div><section class=\"conact-section s-pt-120 s-pb-120\" id=\"i197\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-8 text-center\"><div class=\"section-top\"><h2 class=\"section-title mb-2\">We always here to help you</h2><p>Reference site about lorem ipsum, giving information on its origins, as well as a random lipsum generator.</p></div></div></div><div class=\"row gy-4\"><div class=\"col-lg-6\"><contact-section>[pagebuilder-contact][/pagebuilder-contact]</contact-section></div><div class=\"col-lg-6\"><div class=\"row gy-4\"><div class=\"col-lg-12\"><div class=\"contact-item\"><h5 class=\"title\"><i class=\"fas fa-map-marker-alt\"></i> \r\n Address\r\n </h5><p class=\"mb-0\">District, taipei city 106409, taiwan united kingdom</p></div></div><div class=\"col-lg-12\"><div class=\"contact-item\"><h5 class=\"title\"><i class=\"fas fa-phone-alt\"></i>\r\n Mobile number\r\n </h5><p class=\"mb-0\">+1 112 2333 3399</p></div></div><div class=\"col-lg-12\"><div class=\"contact-item\"><h5 class=\"title\"><i class=\"fas fa-envelope\"></i>\r\n Email address\r\n </h5><p class=\"mb-0\">Info@example.com</p></div></div></div></div></div><div class=\"map-area\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621\" allowfullscreen=\"\" class=\"map\"></iframe></div></div></section></div><div id=\"i0vmm\"><div><section class=\"s-pt-120 s-pb-120\" id=\"in60u\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\">Frequently asked questions</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\">Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industrys standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}', NULL, '2025-01-14 09:49:09', '2025-01-26 21:50:18'), (45, 1, 'Privacy policy', 'privacy-policy', 'Privacy policy', 1, 1, 0, '[{\"attributes\":{\"id\":\"iar4\"},\"components\":[{\"editable\":true,\"classes\":[\"pbcontainer\"],\"attributes\":{\"id\":\"i8dc\"},\"propagate\":[\"removable,editable,draggable\"],\"components\":[{\"type\":\"text\",\"content\":\"<p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p>\",\"attributes\":{\"id\":\"imug\"},\"propagate\":[\"removable,editable,draggable\"],\"activeOnRender\":0}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[\"#imug\"],\"style\":{\"padding\":\"100px 10px 100px 10px\"}},{\"selectors\":[\"#i8dc\"]},{\"selectors\":[\"#iar4\"]}]', '<div class=\'pagebuilder-content\'><div id=\"iar4\"><div class=\"pbcontainer\" id=\"i8dc\"><div id=\"imug\"><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#imug{padding:100px 10px 100px 10px;}', NULL, '2025-01-14 09:53:57', '2025-01-15 18:26:30'), (46, 1, 'Cookie policy', 'cookie-policy', 'Cookie policy', 1, 1, 0, '[{\"components\":[{\"editable\":true,\"classes\":[\"pbcontainer\"],\"attributes\":{\"id\":\"iagi\"},\"propagate\":[\"removable,editable,draggable\"],\"components\":[{\"type\":\"text\",\"content\":\"<p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\"><br></p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\"><br></p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p>\",\"attributes\":{\"id\":\"idln\"},\"propagate\":[\"removable,editable,draggable\"],\"activeOnRender\":0}]}]}]', '[{\"selectors\":[\"#idln\"],\"style\":{\"padding\":\"100px 10px 100px 10px\",\"margin\":\"0 0 0 0\"}},{\"selectors\":[\"#iagi\"]}]', '<div class=\'pagebuilder-content\'><div><div id=\"iagi\" class=\"pbcontainer\"><div id=\"idln\"><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\"><br></p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\"><br></p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#idln{padding:100px 10px 100px 10px;margin:0 0 0 0;}', NULL, '2025-01-14 09:54:13', '2025-01-15 22:03:25'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (47, 1, 'Term and condition', 'term-and-condition', 'Term and condition', 1, 1, 0, '[{\"components\":[{\"editable\":true,\"classes\":[\"pbcontainer\"],\"propagate\":[\"removable,editable,draggable\"],\"components\":[{\"type\":\"text\",\"content\":\"<p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\\\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p>\",\"attributes\":{\"id\":\"ilbp\"},\"propagate\":[\"removable,editable,draggable\"],\"activeOnRender\":0}]}]}]', '[{\"selectors\":[\"#ilbp\"],\"style\":{\"padding\":\"100px 10px 100px 10px\"}}]', '<div class=\'pagebuilder-content\'><div><div class=\"pbcontainer\"><div id=\"ilbp\"><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p><p style=\"scrollbar-color: rgba(255, 255, 255, 0.1) var(--secondary-color);\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text </p></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#ilbp{padding:100px 10px 100px 10px;}', NULL, '2025-01-14 09:54:24', '2025-01-15 18:27:37'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (48, 18, 'home', 'home', 'home', 0, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"banner-section\",\"has-bg-img\"],\"attributes\":{\"id\":\"iafz\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-xxl-6\",\"col-xl-7\",\"col-lg-8\",\"text-md-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Inversión inmobiliaria fácil de realizar\",\"classes\":[\"banner-title\"],\"attributes\":{\"id\":\"i413\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"La forma fácil de usar y sin complicaciones de crear una cartera de propiedades global y comenzar a obtener ganancias hoy mismo. Inversiones inmobiliarias completas, generando retornos anuales de hasta el 30%.\",\"classes\":[\"banner-description\",\"mt-3\"],\"attributes\":{\"id\":\"ivay\"}},{\"classes\":[\"banner-btn-group\",\"justify-content-md-start\",\"justify-content-center\",\"mt-4\"],\"components\":[{\"type\":\"link\",\"content\":\"Empezar\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"\",\"id\":\"icvnf\"}},{\"type\":\"link\",\"content\":\"Hablar con una consultora\",\"classes\":[\"cmn-btn2\"],\"attributes\":{\"href\":\"\",\"id\":\"im166\"}}]}]}]}]}]},{\"classes\":[\"banner-bottom-part\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"align-items-center\",\"justify-content-between\"],\"components\":[{\"classes\":[\"col-xxl-2\",\"col-lg-3\",\"text-lg-start\",\"text-center\",\"mb-lg-0\",\"mb-4\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Panorama de inversiones\",\"classes\":[\"banner-bottom-title\"],\"attributes\":{\"id\":\"ibtyj\"}}]},{\"classes\":[\"col-xxl-9\",\"col-lg-9\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"overview-wrapper\"],\"components\":[{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"content\":\"12M\",\"classes\":[\"overview-amount\"],\"attributes\":{\"id\":\"im653\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Inversoras totales\",\"classes\":[\"overview-title\"],\"attributes\":{\"id\":\"ibh1v\"}}]}]},{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"content\":\"110M\",\"classes\":[\"overview-amount\"],\"attributes\":{\"id\":\"illsg\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Depósito total\",\"classes\":[\"overview-title\"],\"attributes\":{\"id\":\"ips55\"}}]}]},{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"content\":\"6.3B USD\",\"classes\":[\"overview-amount\"],\"attributes\":{\"id\":\"ieqs1\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Rentabilidad anual media\",\"classes\":[\"overview-title\"],\"attributes\":{\"id\":\"iq17i\"}}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"about-section\",\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"i8bb3\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Acerca de nuestra empresa\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"il18f\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"ibxwk\"}}]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-thumb\",\"h-100\"],\"attributes\":{\"id\":\"i6oi9\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\",\"ps-xl-5\",\"about-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"about-section\",\"removable\":false,\"draggable\":false,\"editable\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Mission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Vision\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Target\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"classes\":[\"about-btn\",\"mt-4\"],\"attributes\":{\"href\":\"{base_url}/about\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"More about \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"fas\",\"fa-arrow-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"featured-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"featured-section-bg-img\",\"has-bg-img\"],\"attributes\":{\"id\":\"iaoyq\"}},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Featured property\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Las mejores ofertas inmobiliarias\",\"classes\":[\"section-title\",\"text-white\"],\"attributes\":{\"id\":\"ig7t8\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mb-0\",\"text-white\"],\"attributes\":{\"id\":\"i7b4r\"}}]}]}]},{\"tagName\":\"featured-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"ieush\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"iikosb\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"i4hzb9\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"i157iv\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"irk4ya\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"featured-bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/48\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked plan\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to bookmark this plan for future invest ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"featured-bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/48\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"property-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"attributes\":{\"id\":\"ixl0u7\"},\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Latest property\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Nuevas propiedades atractivas\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"irm8rs\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"attributes\":{\"id\":\"iu5t1h\"}}]}]}]},{\"tagName\":\"property-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"justify-content-center\",\"gy-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b173eb5d01732751731.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b07dd99d61732751485.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747af0774f391732751111.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ad9d0f1bb1732750749.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/3\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Hong kong city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1,500.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"classes\":[\"text-center\",\"mt-5\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"\",\"id\":\"load\"},\"components\":[{\"type\":\"textnode\",\"content\":\"\\n Properties\\n \"},{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"invest\",\"tabindex\":\"-1\",\"role\":\"dialog\",\"aria-hidden\":\"true\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/investmentproperty/invest\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"classes\":[\"container-fluid\"],\"components\":[{\"classes\":[\"form-group\"],\"components\":[{\"type\":\"label\",\"components\":[{\"type\":\"textnode\",\"content\":\"Invest amount\"}]},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"amount\"}},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"hidden\",\"name\":\"property_id\"}}]}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"cmn-btn\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/48\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked plan\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to bookmark this plan for future invest ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/48\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"],\"attributes\":{\"id\":\"il8cl2\"},\"components\":[{\"type\":\"text\",\"content\":\"<p><br></p>\",\"classes\":[\"choose-bg\"],\"attributes\":{\"id\":\"ied51c\"}},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-end\"],\"attributes\":{\"id\":\"iv6717\"},\"components\":[{\"classes\":[\"col-lg-7\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Why choose us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Por qué somos la elección correcta\",\"classes\":[\"section-title\",\"text-white\"],\"attributes\":{\"id\":\"i76t8i\"}},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"text-white\",\"mb-0\"],\"attributes\":{\"id\":\"iozpof\"}}]}]}]},{\"tagName\":\"whychooseus-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-5\",\"non-editable-area\"],\"attributes\":{\"id\":\"inp8zt\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Registered company 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-compass\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Reliable support\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fab\",\"fa-superpowers\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Transparent investments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-home\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Choice for vip investors\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-hockey-puck\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Daily profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-dollar-sign\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Opportunities mmm\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-headset\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"ihn959\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Preguntas frecuentes\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"ioienf\"}},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"izezrg\"}}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"],\"attributes\":{\"id\":\"ior09j\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How it work\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Como lo hacemos realidad\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"i2r1w7\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"irp9uu\"}}]}]}]},{\"tagName\":\"howitwork-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"work-box-wrapper\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5b9cdebbe1733254044.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Choose project\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bb983d7f1733254073.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Make deposit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bcd4519e1733254093.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Get profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5be6825361733254118.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Withdraw anytime\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\",\"testi\"],\"attributes\":{\"id\":\"ieiyhq\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-between\",\"align-items-end\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Testimonial\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Lo que dicen nuestras clientes\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"ici77ki\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"i3u7k67\"}}]},{\"classes\":[\"col-lg-4\"],\"components\":[{\"classes\":[\"testi-slider-buttons\",\"justify-content-lg-end\",\"mb-lg-4\"],\"components\":[{\"type\":\"button\",\"classes\":[\"testi-prev\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Prev\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-left\"]}]},{\"type\":\"button\",\"classes\":[\"testi-next\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Next\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-right\"]}]}]}]}]}]},{\"tagName\":\"testimonial-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60bfbfa031733255359.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Tarik Fazar\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Ceo & Founder\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60df8056f1733255391.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Leilani Huang\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Store Owner\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60fc5764f1733255420.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Vavel Rose\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f6122be05c1733255458.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Athoni Loss\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"VIP Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f613e2c1e91733255486.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jhon Mekila\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Senior Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"affiliate-section\",\"s-pt-100\",\"s-pb-100\",\"section-bg\"],\"attributes\":{\"id\":\"iy962bp\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Referral\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Programa de referencia de 5 pasos\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"ix34rbg\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente un texto de relleno de imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias.\",\"attributes\":{\"id\":\"ilf7hfd\"}}]}]}]},{\"tagName\":\"affiliate-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"pe-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Invest referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"10%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"8%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"ps-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"icdnhvu\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Blog\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Últimas noticias inmobiliarias\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"iql7ryh\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"i83ky0c\"}}]}]}]},{\"tagName\":\"blog-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5d132f5711733254419.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"View details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f44d093a1733254980.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"View details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f6905ffd1733255017.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"View details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"cta-section\"],\"attributes\":{\"id\":\"ioypebk\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-wrapper\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-lg-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Construyamos tu futuro juntos\",\"classes\":[\"section-title\",\"mb-0\"],\"attributes\":{\"id\":\"ipp296s\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mt-3\",\"mb-0\"],\"attributes\":{\"id\":\"ishghh9\"}},{\"classes\":[\"mt-3\"],\"components\":[{\"type\":\"link\",\"content\":\"Empaquetar ahora\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"{base_url}/register\",\"id\":\"i4s82ig\"}}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"type\":\"image\",\"classes\":[\"cta-img\"],\"attributes\":{\"src\":\"{base_url}/asset/frontend/img/pagebuilder/67969c42a9af9.png\",\"alt\":\"image\",\"id\":\"iu81h4d\"}}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"brand-section\",\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-section\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-slider\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5cb97ffa61733254329.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5feb00cb21733255147.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5fef45c931733255151.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ff61127c1733255158.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ffa7c6771733255162.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f60012ae511733255169.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f6008570941733255176.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f600d445e51733255181.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f601146bab1733255185.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"]},{\"selectors\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"]},{\"selectors\":[\"accordion-button\",\"collapsed\"]},{\"selectors\":[\"cmn-btn\"]},{\"selectors\":[\"cmn-btn2\"]},{\"selectors\":[\"about-btn\",\"mt-4\"]},{\"selectors\":[\"#iafz\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/67969eb0b2a6c.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#i6oi9\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a6c80889b.jpeg\'), url(\'{base_url}/asset/frontend/img/pagebuilder/6793b96b7578a.jpeg\')\",\"__bg-type\":\"img, img\",\"background-repeat\":\"no-repeat, no-repeat\",\"background-position\":\"center bottom, center bottom\",\"background-attachment\":\"scroll, scroll\",\"background-size\":\"cover, cover\"}},{\"selectors\":[\"#iaoyq\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6793d30e63a2a.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ieush\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747b173eb5d01732751731.jpg)\"}},{\"selectors\":[\"#iikosb\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747b07dd99d61732751485.jpg)\"}},{\"selectors\":[\"#i4hzb9\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747af0774f391732751111.jpg)\"}},{\"selectors\":[\"#i157iv\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg)\"}},{\"selectors\":[\"#irk4ya\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg)\"}},{\"selectors\":[\"#ied51c\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6793dac642520.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ior09j\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/placeholder.png)\"}},{\"selectors\":[\"#iy962bp\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/placeholder.png)\"}},{\"selectors\":[\"#iu81h4d\"]},{\"selectors\":[\"#il8cl2\"]},{\"selectors\":[\"#i413\"]},{\"selectors\":[\"#ivay\"]},{\"selectors\":[\"#icvnf\"]},{\"selectors\":[\"#im166\"]},{\"selectors\":[\"#ibtyj\"]},{\"selectors\":[\"#ibh1v\"]},{\"selectors\":[\"#ips55\"]},{\"selectors\":[\"#iq17i\"]},{\"selectors\":[\"#im653\"]},{\"selectors\":[\"#illsg\"]},{\"selectors\":[\"#ieqs1\"]},{\"selectors\":[\"#il18f\"]},{\"selectors\":[\"#i8bb3\"]},{\"selectors\":[\"#ibxwk\"]},{\"selectors\":[\"#ig7t8\"]},{\"selectors\":[\"#i7b4r\"]},{\"selectors\":[\"#irm8rs\"]},{\"selectors\":[\"#iu5t1h\"]},{\"selectors\":[\"#ixl0u7\"]},{\"selectors\":[\"#iozpof\"]},{\"selectors\":[\"#inp8zt\"]},{\"selectors\":[\"#iv6717\"]},{\"selectors\":[\"#i76t8i\"]},{\"selectors\":[\"#ioienf\"]},{\"selectors\":[\"#ihn959\"]},{\"selectors\":[\"#izezrg\"]},{\"selectors\":[\"#irp9uu\"]},{\"selectors\":[\"#i2r1w7\"]},{\"selectors\":[\"#ici77ki\"]},{\"selectors\":[\"#i3u7k67\"]},{\"selectors\":[\"#ieiyhq\"]},{\"selectors\":[\"#ix34rbg\"]},{\"selectors\":[\"#ilf7hfd\"]},{\"selectors\":[\"#i83ky0c\"]},{\"selectors\":[\"#icdnhvu\"]},{\"selectors\":[\"#iql7ryh\"]},{\"selectors\":[\"#ishghh9\"]},{\"selectors\":[\"#ioypebk\"]},{\"selectors\":[\"#ipp296s\"]},{\"selectors\":[\"#i4s82ig\"]}]', '<div class=\'pagebuilder-content\'><div><section id=\"iafz\" class=\"banner-section has-bg-img\"><div class=\"container\"><div class=\"row\"><div class=\"col-xxl-6 col-xl-7 col-lg-8 text-md-start text-center\"><h2 id=\"i413\" class=\"banner-title\">Inversión inmobiliaria fácil de realizar</h2><p id=\"ivay\" class=\"banner-description mt-3\">La forma fácil de usar y sin complicaciones de crear una cartera de propiedades global y comenzar a obtener ganancias hoy mismo. Inversiones inmobiliarias completas, generando retornos anuales de hasta el 30%.</p><div class=\"banner-btn-group justify-content-md-start justify-content-center mt-4\"><a href=\"\" id=\"icvnf\" class=\"cmn-btn\">Empezar</a><a href=\"\" id=\"im166\" class=\"cmn-btn2\">Hablar con una consultora</a></div></div></div></div></section><div class=\"banner-bottom-part\"><div class=\"container\"><div class=\"row align-items-center justify-content-between\"><div class=\"col-xxl-2 col-lg-3 text-lg-start text-center mb-lg-0 mb-4\"><h2 id=\"ibtyj\" class=\"banner-bottom-title\">Panorama de inversiones</h2></div><div class=\"col-xxl-9 col-lg-9\"><div class=\"row gy-4 overview-wrapper\"><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 id=\"im653\" class=\"overview-amount\">12M</h5><p id=\"ibh1v\" class=\"overview-title\">Inversoras totales</p></div></div><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 id=\"illsg\" class=\"overview-amount\">110M</h5><p id=\"ips55\" class=\"overview-title\">Depósito total</p></div></div><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 id=\"ieqs1\" class=\"overview-amount\">6.3B USD</h5><p id=\"iq17i\" class=\"overview-title\">Rentabilidad anual media</p></div></div></div></div></div></div></div></div><div><section id=\"i8bb3\" class=\"about-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-top-title\">About us</span><h2 id=\"il18f\" class=\"section-title\">Acerca de nuestra empresa</h2><p id=\"ibxwk\" class=\"mb-0\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><div class=\"about-content-wrapper\"><div class=\"row gy-4\"><div class=\"col-lg-6\"><div id=\"i6oi9\" class=\"about-thumb h-100\"></div></div><div class=\"col-lg-6 ps-xl-5 about-content\"><div class=\"about-content-inner\"><about-section>[pagebuilder-about][/pagebuilder-about]</about-section><a href=\"{base_url}/about\" class=\"about-btn mt-4\">More about <i class=\"fas fa-arrow-right\"></i></a></div></div></div></div></div></section><div><section class=\"featured-section s-pt-120 s-pb-120\"><div id=\"iaoyq\" class=\"featured-section-bg-img has-bg-img\"></div><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Featured property</span><h2 class=\"section-title text-white\" id=\"ig7t8\">Las mejores ofertas inmobiliarias</h2><p class=\"mb-0 text-white\" id=\"i7b4r\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><featured-section>[pagebuilder-featured][/pagebuilder-featured]</featured-section></div></section><div id=\"featured-bookmark\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/48\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked plan</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to bookmark this plan for future invest ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-primary\">Bookmark</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div><div id=\"featured-bookmark-remove\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/48\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked remove</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to remove bookmark ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-danger\">Remove</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div></div></div><div><section class=\"property-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row justify-content-center\" id=\"ixl0u7\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Latest property</span><h2 class=\"section-title\" id=\"irm8rs\">Nuevas propiedades atractivas</h2><p id=\"iu5t1h\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><property-section>[pagebuilder-property][/pagebuilder-property]</property-section></div><div class=\"text-center mt-5\"><a href=\"\" id=\"load\" class=\"cmn-btn\">\r\n Properties\r\n <i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></section><div id=\"invest\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/investmentproperty/invest\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Invest now</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><div class=\"container-fluid\"><div class=\"form-group\"><label>Invest amount</label><input type=\"text\" name=\"amount\" class=\"form-control\"/><input type=\"hidden\" name=\"property_id\" class=\"form-control\"/></div></div></div><div class=\"modal-footer\"><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button><button type=\"submit\" class=\"btn cmn-btn\">Invest now</button></div></div></form></div></div><div id=\"bookmark\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/48\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked plan</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to bookmark this plan for future invest ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-primary\">Bookmark</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div><div id=\"bookmark-remove\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/48\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked remove</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to remove bookmark ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-danger\">Remove</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div></div><div><section id=\"il8cl2\" class=\"choose-section s-pt-120 s-pb-120 has-bg-img section-bg\"><div id=\"ied51c\" class=\"choose-bg\"><p><br></p></div><div class=\"container\"><div class=\"row justify-content-end\" id=\"iv6717\"><div class=\"col-lg-7\"><div class=\"section-top\"><span class=\"section-top-title\">Why choose us</span><h2 class=\"section-title text-white\" id=\"i76t8i\">Por qué somos la elección correcta</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"text-white mb-0\" id=\"iozpof\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><whychooseus-section>[pagebuilder-whychooseus][/pagebuilder-whychooseus]</whychooseus-section></div></div></div></section></div><div><section class=\"s-pt-120 s-pb-120\" id=\"ihn959\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\" id=\"ioienf\">Preguntas frecuentes</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\" id=\"izezrg\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section><div><section id=\"ior09j\" class=\"work-section s-pt-120 s-pb-120 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">How it work</span><h2 class=\"section-title\" id=\"i2r1w7\">Como lo hacemos realidad</h2><p class=\"mb-0\" id=\"irp9uu\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><howitwork-section>[pagebuilder-howitwork][/pagebuilder-howitwork]</howitwork-section></div></section></div></div><div><section class=\"s-pt-120 s-pb-120 testi\" id=\"ieiyhq\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-between align-items-end\"><div class=\"col-lg-6\"><span class=\"section-top-title\">Testimonial</span><h2 class=\"section-title\" id=\"ici77ki\">Lo que dicen nuestras clientes</h2><p class=\"mb-0\" id=\"i3u7k67\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div><div class=\"col-lg-4\"><div class=\"testi-slider-buttons justify-content-lg-end mb-lg-4\"><button type=\"button\" aria-label=\"Prev\" class=\"testi-prev\"><i class=\"bi bi-arrow-left\"></i></button><button type=\"button\" aria-label=\"Next\" class=\"testi-next\"><i class=\"bi bi-arrow-right\"></i></button></div></div></div></div><testimonial-section>[pagebuilder-testimonial][/pagebuilder-testimonial]</testimonial-section></div></section></div><div><section id=\"iy962bp\" class=\"affiliate-section s-pt-100 s-pb-100 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Referral</span><h2 class=\"section-title\" id=\"ix34rbg\">Programa de referencia de 5 pasos</h2><p id=\"ilf7hfd\">Lorem ipsum es simplemente un texto de relleno de imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias.</p></div></div></div><affiliate-section>[pagebuilder-affiliate][/pagebuilder-affiliate]</affiliate-section></div></section></div><div><section class=\"s-pt-120 s-pb-120\" id=\"icdnhvu\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Blog</span><h2 class=\"section-title\" id=\"iql7ryh\">Últimas noticias inmobiliarias</h2><p class=\"mb-0\" id=\"i83ky0c\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><blog-section>[pagebuilder-blog][/pagebuilder-blog]</blog-section></div></section></div><div><section class=\"cta-section\" id=\"ioypebk\"><div class=\"container\"><div class=\"cta-wrapper\"><div class=\"row\"><div class=\"col-lg-6 text-lg-start text-center\"><h2 class=\"section-title mb-0\" id=\"ipp296s\">Construyamos tu futuro juntos</h2><p class=\"mt-3 mb-0\" id=\"ishghh9\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p><div class=\"mt-3\"><a href=\"{base_url}/register\" class=\"cmn-btn\" id=\"i4s82ig\">Empaquetar ahora</a></div></div><div class=\"col-lg-6\"><img src=\"{base_url}/asset/frontend/img/pagebuilder/67969c42a9af9.png\" alt=\"image\" id=\"iu81h4d\" class=\"cta-img\"/></div></div></div></div></section></div><div><brand-section>[pagebuilder-brand][/pagebuilder-brand]</brand-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#iafz{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/67969eb0b2a6c.jpg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}#i6oi9{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a6c80889b.jpeg\'), url(\'{base_url}/asset/frontend/img/pagebuilder/6793b96b7578a.jpeg\');background-repeat:no-repeat, no-repeat;background-position:center bottom, center bottom;background-attachment:scroll, scroll;background-size:cover, cover;}#iaoyq{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6793d30e63a2a.jpg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}#ieush{background-image:url({base_url}/asset/images/property/6747b173eb5d01732751731.jpg);}#iikosb{background-image:url({base_url}/asset/images/property/6747b07dd99d61732751485.jpg);}#i4hzb9{background-image:url({base_url}/asset/images/property/6747af0774f391732751111.jpg);}#i157iv{background-image:url({base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg);}#irk4ya{background-image:url({base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg);}#ied51c{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6793dac642520.jpg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}#ior09j{background-image:url({base_url}/asset/images/placeholder.png);}#iy962bp{background-image:url({base_url}/asset/images/placeholder.png);}', NULL, '2025-01-15 16:34:59', '2025-01-27 05:57:15'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (58, 19, 'home', 'home', 'home', 0, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"banner-section\",\"has-bg-img\"],\"attributes\":{\"id\":\"iysj\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-xxl-6\",\"col-xl-7\",\"col-lg-8\",\"text-md-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Investissement immobilier facile réalisé\",\"classes\":[\"banner-title\"],\"attributes\":{\"id\":\"iw8r\"}},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"banner-description\",\"mt-3\"],\"components\":[{\"type\":\"textnode\",\"content\":\"The easy to use, hassle-free way to build a global property portfolio and start earning returns today. whole property investments, generating annual returns of up to 30%.\"}]},{\"classes\":[\"banner-btn-group\",\"justify-content-md-start\",\"justify-content-center\",\"mt-4\"],\"components\":[{\"type\":\"link\",\"content\":\"Commencer\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"login\",\"id\":\"idj57\"}},{\"type\":\"link\",\"classes\":[\"cmn-btn2\"],\"attributes\":{\"href\":\"contact\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Talk to a consultant\"}]}]}]}]}]}]},{\"classes\":[\"banner-bottom-part\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"align-items-center\",\"justify-content-between\"],\"components\":[{\"classes\":[\"col-xxl-2\",\"col-lg-3\",\"text-lg-start\",\"text-center\",\"mb-lg-0\",\"mb-4\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"banner-bottom-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\" Investment overview\"}]}]},{\"classes\":[\"col-xxl-9\",\"col-lg-9\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"overview-wrapper\"],\"components\":[{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"overview-amount\"],\"components\":[{\"type\":\"textnode\",\"content\":\"12M\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"overview-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Total investors\"}]}]}]},{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"overview-amount\"],\"components\":[{\"type\":\"textnode\",\"content\":\"110M\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"overview-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Total deposit\"}]}]}]},{\"classes\":[\"col-sm-4\"],\"components\":[{\"classes\":[\"overview-item\",\"text-center\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"overview-amount\"],\"components\":[{\"type\":\"textnode\",\"content\":\"6.3B USD\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"overview-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Average annual return\"}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"about-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About Us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"About Our Company\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\n \"}]}]}]}]},{\"classes\":[\"about-content-wrapper\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"align-items-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"classes\":[\"about-thumb\"],\"components\":[{\"type\":\"image\",\"attributes\":{\"src\":\"{base_url}/asset/images/about/6750abeb2ad651733340139.jpeg\",\"alt\":\"image\"}}]}]},{\"classes\":[\"col-lg-6\",\"ps-xl-5\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"about-content\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Our Mission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Our Vision\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Our Target\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"classes\":[\"about-btn\",\"mt-4\"],\"attributes\":{\"href\":\"{base_url}/about\"},\"components\":[{\"type\":\"textnode\",\"content\":\"More About Us \"},{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-arrow-right\"]}]}]}]}]}]}]}]},{\"components\":[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"featured-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"featured-section-bg-img\",\"has-bg-img\"],\"attributes\":{\"id\":\"ipjqmt\"}},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Featured property\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\",\"text-white\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Best property deals\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\",\"text-white\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"ik9kkw\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"igl3cw\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"izwvij\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"i27ttb\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"attributes\":{\"id\":\"i4du1y\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"featured-badge\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Featured\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"top-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min invest amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"featured-info-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\",\"mb-1\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"feature-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-ratings\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-star\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"(0 Reviews)\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"w-100\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"featured-property-btn\",\"w-100\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Check full details\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"tagName\":\"NULL\",\"type\":\"comment\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" single-slide end \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"featured-bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/58\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked plan\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to bookmark this plan for future invest ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"featured-bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/58\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]},{\"tagName\":\"section\",\"classes\":[\"property-section\",\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Latest property\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Hot new properties\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"justify-content-center\",\"gy-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b173eb5d01732751731.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Downtown dubai, dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b07dd99d61732751485.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 88 east coast road, 423371 singapour, singapour\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747af0774f391732751111.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Palm jumeirah, dubai, uae\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ad9d0f1bb1732750749.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/3\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Hong kong city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1,500.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Bay square building 13 , business bay, bay square\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\",\"aria-label\":\"Bookmark\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 18 salisbury rd, tsim sha tsui, hong kong\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\",\"aria-label\":\"Plan details link\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]},{\"classes\":[\"text-center\",\"mt-5\"],\"components\":[{\"type\":\"link\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"properties\",\"id\":\"load\"},\"components\":[{\"type\":\"textnode\",\"content\":\"\\n View all property\\n \"},{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-up-right\",\"ms-2\"]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How it work\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How we make it happen\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\"}]}]}]}]},{\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"work-box-wrapper\"],\"components\":[{\"classes\":[\"col-xl-3\",\"col-md-6\"],\"components\":[{\"classes\":[\"work-box\"],\"components\":[{\"classes\":[\"icon\"],\"components\":[{\"type\":\"image\",\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5b9cdebbe1733254044.png\",\"alt\":\"image\"}}]},{\"classes\":[\"content\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Choose project\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\",\"mt-2\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-xl-3\",\"col-md-6\"],\"components\":[{\"classes\":[\"work-box\"],\"components\":[{\"classes\":[\"icon\"],\"components\":[{\"type\":\"image\",\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bb983d7f1733254073.png\",\"alt\":\"image\"}}]},{\"classes\":[\"content\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Make deposit\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\",\"mt-2\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-xl-3\",\"col-md-6\"],\"components\":[{\"classes\":[\"work-box\"],\"components\":[{\"classes\":[\"icon\"],\"components\":[{\"type\":\"image\",\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bcd4519e1733254093.png\",\"alt\":\"image\"}}]},{\"classes\":[\"content\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Get profit\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\",\"mt-2\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]},{\"classes\":[\"col-xl-3\",\"col-md-6\"],\"components\":[{\"classes\":[\"work-box\"],\"components\":[{\"classes\":[\"icon\"],\"components\":[{\"type\":\"image\",\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5be6825361733254118.png\",\"alt\":\"image\"}}]},{\"classes\":[\"content\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Withdraw anytime\"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\",\"mt-2\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\"}]}]}]}]}]}]},{\"type\":\"image\",\"classes\":[\"work-section-bg-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5b83629531733254019.jpg\",\"alt\":\"image\"}}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"invest\",\"tabindex\":\"-1\",\"role\":\"dialog\",\"aria-hidden\":\"true\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/investmentproperty/invest\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"classes\":[\"container-fluid\"],\"components\":[{\"classes\":[\"form-group\"],\"components\":[{\"type\":\"label\",\"components\":[{\"type\":\"textnode\",\"content\":\"Invest amount\"}]},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"amount\"}},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"hidden\",\"name\":\"property_id\"}}]}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"cmn-btn\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/58\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked plan\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to bookmark this plan for future invest ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/58\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#iysj\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/banner/6750ad32851211733340466.jpg)\"}},{\"selectors\":[\"#ipjqmt\"],\"style\":{\"background-image\":\"url(\' {base_url}/asset/images/featured/674f5b2f624031733253935.jpg \')\"}},{\"selectors\":[\"#ik9kkw\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747b173eb5d01732751731.jpg)\"}},{\"selectors\":[\"#igl3cw\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747b07dd99d61732751485.jpg)\"}},{\"selectors\":[\"#izwvij\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747af0774f391732751111.jpg)\"}},{\"selectors\":[\"#i27ttb\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg)\"}},{\"selectors\":[\"#i4du1y\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg)\"}},{\"selectors\":[\"#iw8r\"]},{\"selectors\":[\"#idj57\"]},{\"selectors\":[\"cmn-btn\"]}]', '<div class=\'pagebuilder-content\'><div><section class=\"banner-section has-bg-img\" id=\"iysj\"><div class=\"container\"><div class=\"row\"><div class=\"col-xxl-6 col-xl-7 col-lg-8 text-md-start text-center\"><h2 class=\"banner-title\" id=\"iw8r\">Investissement immobilier facile réalisé</h2><p class=\"banner-description mt-3\">The easy to use, hassle-free way to build a global property portfolio and start earning returns today. whole property investments, generating annual returns of up to 30%.</p><div class=\"banner-btn-group justify-content-md-start justify-content-center mt-4\"><a href=\"login\" class=\"cmn-btn\" id=\"idj57\">Commencer</a><a href=\"contact\" class=\"cmn-btn2\">Talk to a consultant</a></div></div></div></div></section><div class=\"banner-bottom-part\"><div class=\"container\"><div class=\"row align-items-center justify-content-between\"><div class=\"col-xxl-2 col-lg-3 text-lg-start text-center mb-lg-0 mb-4\"><h2 class=\"banner-bottom-title\"> Investment overview</h2></div><div class=\"col-xxl-9 col-lg-9\"><div class=\"row gy-4 overview-wrapper\"><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 class=\"overview-amount\">12M</h5><p class=\"overview-title\">Total investors</p></div></div><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 class=\"overview-amount\">110M</h5><p class=\"overview-title\">Total deposit</p></div></div><div class=\"col-sm-4\"><div class=\"overview-item text-center\"><h5 class=\"overview-amount\">6.3B USD</h5><p class=\"overview-title\">Average annual return</p></div></div></div></div></div></div></div></div><div><section class=\"about-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-top-title\">About Us</span><h2 class=\"section-title\">About Our Company</h2><p class=\"mb-0\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\r\n </p></div></div></div><div class=\"about-content-wrapper\"><div class=\"row gy-4 align-items-center\"><div class=\"col-lg-6\"><div class=\"about-thumb\"><img src=\"{base_url}/asset/images/about/6750abeb2ad651733340139.jpeg\" alt=\"image\"/></div></div><div class=\"col-lg-6 ps-xl-5\"><div class=\"about-content non-editable-area\"><div class=\"about-item\"><h3 class=\"title h4\">Our Mission</h3><p class=\"mb-0\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p></div><div class=\"about-item\"><h3 class=\"title h4\">Our Vision</h3><p class=\"mb-0\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p></div><div class=\"about-item\"><h3 class=\"title h4\">Our Target</h3><p class=\"mb-0\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p></div></div><a href=\"{base_url}/about\" class=\"about-btn mt-4\">More About Us <i class=\"fas fa-arrow-right\"></i></a></div></div></div></div></section></div><div><div><section class=\"featured-section s-pt-120 s-pb-120\"><div class=\"featured-section-bg-img has-bg-img\" id=\"ipjqmt\"></div><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Featured property</span><h2 class=\"section-title text-white\">Best property deals</h2><p class=\"mb-0 text-white\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><div class=\"featured-slider non-editable-area\"><div class=\"single-slide\"><div class=\"featured-item\"><div class=\"thumb\" id=\"ik9kkw\"><a href=\"{base_url}/investment/property/details/6\" aria-label=\"Plan details link\" class=\"plan-link\"></a><span class=\"featured-badge\">Featured</span></div><div class=\"content\"><div class=\"top mb-4\"><div class=\"top-content\"><h3 class=\"title h4\"><a href=\"{base_url}/investment/property/details/6\">Downtown projects dubai</a></h3><p class=\"mb-2\"><i class=\"bi bi-geo-alt\"></i>\r\n Downtown dubai, dubai</p></div><button type=\"button\" data-href=\"{base_url}/bookmark/6\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"featured-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"row gy-4\"><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\"><span>\r\n 60,000.00 USD</span></h5><p class=\"mb-0\">Min invest amount</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n 30.00\r\n %\r\n </h5><p class=\"mb-0\">Return rate</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">yearly</h5><p class=\"mb-0\">Target duration</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n Lifetime\r\n </h5><p class=\"mb-0\">Return for</p></div></div></div><div class=\"feature-footer\"><div class=\"property-ratings\"><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><span>(0 Reviews)</span></div><div class=\"w-100\"><a href=\"{base_url}/investment/property/details/6\" aria-label=\"Plan details link\" class=\"featured-property-btn w-100\"><span>Check full details</span><i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></div></div></div></div><!-- single-slide end --><div class=\"single-slide\"><div class=\"featured-item\"><div class=\"thumb\" id=\"igl3cw\"><a href=\"{base_url}/investment/property/details/5\" aria-label=\"Plan details link\" class=\"plan-link\"></a><span class=\"featured-badge\">Featured</span></div><div class=\"content\"><div class=\"top mb-4\"><div class=\"top-content\"><h3 class=\"title h4\"><a href=\"{base_url}/investment/property/details/5\">Singapore city</a></h3><p class=\"mb-2\"><i class=\"bi bi-geo-alt\"></i>\r\n 88 east coast road, 423371 singapour, singapour</p></div><button type=\"button\" data-href=\"{base_url}/bookmark/5\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"featured-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"row gy-4\"><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\"><span>\r\n 10,000.00 USD</span></h5><p class=\"mb-0\">Min invest amount</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n 20.00\r\n %\r\n </h5><p class=\"mb-0\">Return rate</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">Monthly</h5><p class=\"mb-0\">Target duration</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n Period\r\n </h5><p class=\"mb-0\">Return for</p></div></div></div><div class=\"feature-footer\"><div class=\"property-ratings\"><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><span>(0 Reviews)</span></div><div class=\"w-100\"><a href=\"{base_url}/investment/property/details/5\" aria-label=\"Plan details link\" class=\"featured-property-btn w-100\"><span>Check full details</span><i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></div></div></div></div><!-- single-slide end --><div class=\"single-slide\"><div class=\"featured-item\"><div class=\"thumb\" id=\"izwvij\"><a href=\"{base_url}/investment/property/details/4\" aria-label=\"Plan details link\" class=\"plan-link\"></a><span class=\"featured-badge\">Featured</span></div><div class=\"content\"><div class=\"top mb-4\"><div class=\"top-content\"><h3 class=\"title h4\"><a href=\"{base_url}/investment/property/details/4\">Jumeirah golden mile projects dubai</a></h3><p class=\"mb-2\"><i class=\"bi bi-geo-alt\"></i>\r\n Palm jumeirah, dubai, uae</p></div><button type=\"button\" data-href=\"{base_url}/bookmark/4\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"featured-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"row gy-4\"><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\"><span>\r\n 5,000.00 USD</span></h5><p class=\"mb-0\">Min invest amount</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n 20.00\r\n USD\r\n </h5><p class=\"mb-0\">Return rate</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">Hourly</h5><p class=\"mb-0\">Target duration</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n Period\r\n </h5><p class=\"mb-0\">Return for</p></div></div></div><div class=\"feature-footer\"><div class=\"property-ratings\"><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><span>(0 Reviews)</span></div><div class=\"w-100\"><a href=\"{base_url}/investment/property/details/4\" aria-label=\"Plan details link\" class=\"featured-property-btn w-100\"><span>Check full details</span><i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></div></div></div></div><!-- single-slide end --><div class=\"single-slide\"><div class=\"featured-item\"><div class=\"thumb\" id=\"i27ttb\"><a href=\"{base_url}/investment/property/details/2\" aria-label=\"Plan details link\" class=\"plan-link\"></a><span class=\"featured-badge\">Featured</span></div><div class=\"content\"><div class=\"top mb-4\"><div class=\"top-content\"><h3 class=\"title h4\"><a href=\"{base_url}/investment/property/details/2\">Business bay projects dubai</a></h3><p class=\"mb-2\"><i class=\"bi bi-geo-alt\"></i>\r\n Bay square building 13 , business bay, bay square</p></div><button type=\"button\" data-href=\"{base_url}/bookmark/2\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"featured-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"row gy-4\"><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\"><span>\r\n 2,000.00 USD</span></h5><p class=\"mb-0\">Min invest amount</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n 10.00\r\n %\r\n </h5><p class=\"mb-0\">Return rate</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">Daily</h5><p class=\"mb-0\">Target duration</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n Period\r\n </h5><p class=\"mb-0\">Return for</p></div></div></div><div class=\"feature-footer\"><div class=\"property-ratings\"><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><span>(0 Reviews)</span></div><div class=\"w-100\"><a href=\"{base_url}/investment/property/details/2\" aria-label=\"Plan details link\" class=\"featured-property-btn w-100\"><span>Check full details</span><i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></div></div></div></div><!-- single-slide end --><div class=\"single-slide\"><div class=\"featured-item\"><div class=\"thumb\" id=\"i4du1y\"><a href=\"{base_url}/investment/property/details/1\" aria-label=\"Plan details link\" class=\"plan-link\"></a><span class=\"featured-badge\">Featured</span></div><div class=\"content\"><div class=\"top mb-4\"><div class=\"top-content\"><h3 class=\"title h4\"><a href=\"{base_url}/investment/property/details/1\">Beach condos project mauritius</a></h3><p class=\"mb-2\"><i class=\"bi bi-geo-alt\"></i>\r\n 18 salisbury rd, tsim sha tsui, hong kong</p></div><button type=\"button\" data-href=\"{base_url}/bookmark/1\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"featured-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"row gy-4\"><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\"><span>\r\n 100.00 USD</span></h5><p class=\"mb-0\">Min invest amount</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n 5.00\r\n %\r\n </h5><p class=\"mb-0\">Return rate</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">Daily</h5><p class=\"mb-0\">Target duration</p></div></div><div class=\"col-6\"><div class=\"featured-info-item\"><h5 class=\"title mb-1\">\r\n Period\r\n </h5><p class=\"mb-0\">Return for</p></div></div></div><div class=\"feature-footer\"><div class=\"property-ratings\"><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><i class=\"far fa-star\"></i><span>(0 Reviews)</span></div><div class=\"w-100\"><a href=\"{base_url}/investment/property/details/1\" aria-label=\"Plan details link\" class=\"featured-property-btn w-100\"><span>Check full details</span><i class=\"bi bi-arrow-up-right ms-2\"></i></a></div></div></div></div></div><!-- single-slide end --></div></div></section><div id=\"featured-bookmark\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/58\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked plan</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to bookmark this plan for future invest ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-primary\">Bookmark</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div><div id=\"featured-bookmark-remove\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/58\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked remove</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to remove bookmark ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-danger\">Remove</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div></div><section class=\"property-section s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Latest property</span><h2 class=\"section-title\">Hot new properties</h2><p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><div class=\"row justify-content-center gy-4 non-editable-area\"><div class=\"col-xl-4 col-md-6\"><div class=\"invest-card\"><a href=\"{base_url}/investment/property/details/6\" aria-label=\"Plan details link\" class=\"plan-link\"></a><div class=\"invest-card-thumb\"><img src=\"{base_url}/asset/images/property/6747b173eb5d01732751731.jpg\" alt=\"image\"/><button type=\"button\" data-href=\"{base_url}/bookmark/6\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"invest-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"invest-card-content\"><h4 class=\"title\"><a href=\"{base_url}/investment/property/details/6\">\r\n Downtown projects dubai</a></h4><p class=\"location\"><i class=\"bi bi-geo-alt\"></i> Downtown dubai, dubai</p><div class=\"other-options\"><div class=\"single-option\"><h6>yearly</h6><p>Target duration</p></div><div class=\"single-option\"><h6><span>\r\n 60,000.00 USD</span></h6><p>Minimum amount</p></div><div class=\"single-option\"><h6>\r\n Lifetime\r\n </h6><p>Return for</p></div><div class=\"single-option\"><h6>\r\n Yes\r\n </h6><p>Capital back</p></div></div></div><div class=\"invest-card-footer\"><div class=\"invest-card-footer-inner\"><div class=\"return-rate\"><p class=\"mb-0\">Return rate</p><h4 class=\"return-amount mb-0\">\r\n 30.00\r\n %\r\n </h4></div><div><a href=\"{base_url}/investment/property/details/6\" aria-label=\"Plan details link\" class=\"invest-card-btn\"><i class=\"bi bi-arrow-up-right\"></i></a></div></div></div></div></div><div class=\"col-xl-4 col-md-6\"><div class=\"invest-card\"><a href=\"{base_url}/investment/property/details/5\" aria-label=\"Plan details link\" class=\"plan-link\"></a><div class=\"invest-card-thumb\"><img src=\"{base_url}/asset/images/property/6747b07dd99d61732751485.jpg\" alt=\"image\"/><button type=\"button\" data-href=\"{base_url}/bookmark/5\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"invest-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"invest-card-content\"><h4 class=\"title\"><a href=\"{base_url}/investment/property/details/5\">\r\n Singapore city</a></h4><p class=\"location\"><i class=\"bi bi-geo-alt\"></i> 88 east coast road, 423371 singapour, singapour</p><div class=\"other-options\"><div class=\"single-option\"><h6>Monthly</h6><p>Target duration</p></div><div class=\"single-option\"><h6><span>\r\n 10,000.00 USD</span></h6><p>Minimum amount</p></div><div class=\"single-option\"><h6>\r\n Period\r\n </h6><p>Return for</p></div><div class=\"single-option\"><h6>\r\n No\r\n </h6><p>Capital back</p></div></div></div><div class=\"invest-card-footer\"><div class=\"invest-card-footer-inner\"><div class=\"return-rate\"><p class=\"mb-0\">Return rate</p><h4 class=\"return-amount mb-0\">\r\n 20.00\r\n %\r\n </h4></div><div><a href=\"{base_url}/investment/property/details/5\" aria-label=\"Plan details link\" class=\"invest-card-btn\"><i class=\"bi bi-arrow-up-right\"></i></a></div></div></div></div></div><div class=\"col-xl-4 col-md-6\"><div class=\"invest-card\"><a href=\"{base_url}/investment/property/details/4\" aria-label=\"Plan details link\" class=\"plan-link\"></a><div class=\"invest-card-thumb\"><img src=\"{base_url}/asset/images/property/6747af0774f391732751111.jpg\" alt=\"image\"/><button type=\"button\" data-href=\"{base_url}/bookmark/4\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"invest-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"invest-card-content\"><h4 class=\"title\"><a href=\"{base_url}/investment/property/details/4\">\r\n Jumeirah golden mile projects dubai</a></h4><p class=\"location\"><i class=\"bi bi-geo-alt\"></i> Palm jumeirah, dubai, uae</p><div class=\"other-options\"><div class=\"single-option\"><h6>Hourly</h6><p>Target duration</p></div><div class=\"single-option\"><h6><span>\r\n 5,000.00 USD</span></h6><p>Minimum amount</p></div><div class=\"single-option\"><h6>\r\n Period\r\n </h6><p>Return for</p></div><div class=\"single-option\"><h6>\r\n No\r\n </h6><p>Capital back</p></div></div></div><div class=\"invest-card-footer\"><div class=\"invest-card-footer-inner\"><div class=\"return-rate\"><p class=\"mb-0\">Return rate</p><h4 class=\"return-amount mb-0\">\r\n 20.00\r\n USD\r\n </h4></div><div><a href=\"{base_url}/investment/property/details/4\" aria-label=\"Plan details link\" class=\"invest-card-btn\"><i class=\"bi bi-arrow-up-right\"></i></a></div></div></div></div></div><div class=\"col-xl-4 col-md-6\"><div class=\"invest-card\"><a href=\"{base_url}/investment/property/details/3\" aria-label=\"Plan details link\" class=\"plan-link\"></a><div class=\"invest-card-thumb\"><img src=\"{base_url}/asset/images/property/6747ad9d0f1bb1732750749.jpg\" alt=\"image\"/><button type=\"button\" data-href=\"{base_url}/bookmark/3\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"invest-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"invest-card-content\"><h4 class=\"title\"><a href=\"{base_url}/investment/property/details/3\">\r\n Hong kong city</a></h4><p class=\"location\"><i class=\"bi bi-geo-alt\"></i> 18 salisbury rd, tsim sha tsui, hong kong</p><div class=\"other-options\"><div class=\"single-option\"><h6>Hourly</h6><p>Target duration</p></div><div class=\"single-option\"><h6><span>\r\n 1,500.00 USD</span></h6><p>Minimum amount</p></div><div class=\"single-option\"><h6>\r\n Period\r\n </h6><p>Return for</p></div><div class=\"single-option\"><h6>\r\n Yes\r\n </h6><p>Capital back</p></div></div></div><div class=\"invest-card-footer\"><div class=\"invest-card-footer-inner\"><div class=\"return-rate\"><p class=\"mb-0\">Return rate</p><h4 class=\"return-amount mb-0\">\r\n 2.00\r\n %\r\n </h4></div><div><a href=\"{base_url}/investment/property/details/3\" aria-label=\"Plan details link\" class=\"invest-card-btn\"><i class=\"bi bi-arrow-up-right\"></i></a></div></div></div></div></div><div class=\"col-xl-4 col-md-6\"><div class=\"invest-card\"><a href=\"{base_url}/investment/property/details/2\" aria-label=\"Plan details link\" class=\"plan-link\"></a><div class=\"invest-card-thumb\"><img src=\"{base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg\" alt=\"image\"/><button type=\"button\" data-href=\"{base_url}/bookmark/2\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"invest-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"invest-card-content\"><h4 class=\"title\"><a href=\"{base_url}/investment/property/details/2\">\r\n Business bay projects dubai</a></h4><p class=\"location\"><i class=\"bi bi-geo-alt\"></i> Bay square building 13 , business bay, bay square</p><div class=\"other-options\"><div class=\"single-option\"><h6>Daily</h6><p>Target duration</p></div><div class=\"single-option\"><h6><span>\r\n 2,000.00 USD</span></h6><p>Minimum amount</p></div><div class=\"single-option\"><h6>\r\n Period\r\n </h6><p>Return for</p></div><div class=\"single-option\"><h6>\r\n No\r\n </h6><p>Capital back</p></div></div></div><div class=\"invest-card-footer\"><div class=\"invest-card-footer-inner\"><div class=\"return-rate\"><p class=\"mb-0\">Return rate</p><h4 class=\"return-amount mb-0\">\r\n 10.00\r\n %\r\n </h4></div><div><a href=\"{base_url}/investment/property/details/2\" aria-label=\"Plan details link\" class=\"invest-card-btn\"><i class=\"bi bi-arrow-up-right\"></i></a></div></div></div></div></div><div class=\"col-xl-4 col-md-6\"><div class=\"invest-card\"><a href=\"{base_url}/investment/property/details/1\" aria-label=\"Plan details link\" class=\"plan-link\"></a><div class=\"invest-card-thumb\"><img src=\"{base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg\" alt=\"image\"/><button type=\"button\" data-href=\"{base_url}/bookmark/1\" data-bookmark=\"\" aria-label=\"Bookmark\" class=\"invest-bookmark-btn\"><i class=\"far fa-heart first-bookmark\"></i><i class=\"fas fa-heart second-bookmark\"></i></button></div><div class=\"invest-card-content\"><h4 class=\"title\"><a href=\"{base_url}/investment/property/details/1\">\r\n Beach condos project mauritius</a></h4><p class=\"location\"><i class=\"bi bi-geo-alt\"></i> 18 salisbury rd, tsim sha tsui, hong kong</p><div class=\"other-options\"><div class=\"single-option\"><h6>Daily</h6><p>Target duration</p></div><div class=\"single-option\"><h6><span>\r\n 100.00 USD</span></h6><p>Minimum amount</p></div><div class=\"single-option\"><h6>\r\n Period\r\n </h6><p>Return for</p></div><div class=\"single-option\"><h6>\r\n Yes\r\n </h6><p>Capital back</p></div></div></div><div class=\"invest-card-footer\"><div class=\"invest-card-footer-inner\"><div class=\"return-rate\"><p class=\"mb-0\">Return rate</p><h4 class=\"return-amount mb-0\">\r\n 5.00\r\n %\r\n </h4></div><div><a href=\"{base_url}/investment/property/details/1\" aria-label=\"Plan details link\" class=\"invest-card-btn\"><i class=\"bi bi-arrow-up-right\"></i></a></div></div></div></div></div></div></div><div class=\"text-center mt-5\"><a href=\"properties\" id=\"load\" class=\"cmn-btn\">\r\n View all property\r\n <i class=\"bi bi-arrow-up-right ms-2\"></i></a></div><div><section class=\"work-section s-pt-120 s-pb-120 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">How it work</span><h2 class=\"section-title\">How we make it happen</h2><p class=\"mb-0\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. distinctio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><div class=\"row gy-4 justify-content-center work-box-wrapper\"><div class=\"col-xl-3 col-md-6\"><div class=\"work-box\"><div class=\"icon\"><img src=\"{base_url}/asset/images/howitwork/674f5b9cdebbe1733254044.png\" alt=\"image\"/></div><div class=\"content\"><h4 class=\"title\">Choose project</h4><p class=\"mb-0 mt-2\">Lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-xl-3 col-md-6\"><div class=\"work-box\"><div class=\"icon\"><img src=\"{base_url}/asset/images/howitwork/674f5bb983d7f1733254073.png\" alt=\"image\"/></div><div class=\"content\"><h4 class=\"title\">Make deposit</h4><p class=\"mb-0 mt-2\">Lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-xl-3 col-md-6\"><div class=\"work-box\"><div class=\"icon\"><img src=\"{base_url}/asset/images/howitwork/674f5bcd4519e1733254093.png\" alt=\"image\"/></div><div class=\"content\"><h4 class=\"title\">Get profit</h4><p class=\"mb-0 mt-2\">Lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div><div class=\"col-xl-3 col-md-6\"><div class=\"work-box\"><div class=\"icon\"><img src=\"{base_url}/asset/images/howitwork/674f5be6825361733254118.png\" alt=\"image\"/></div><div class=\"content\"><h4 class=\"title\">Withdraw anytime</h4><p class=\"mb-0 mt-2\">Lorem ipsum is simply dummy text of the printing and typesetting industry.</p></div></div></div></div></div><img src=\"{base_url}/asset/images/howitwork/674f5b83629531733254019.jpg\" alt=\"image\" class=\"work-section-bg-img\"/></section></div></section><div id=\"invest\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/investmentproperty/invest\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Invest now</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><div class=\"container-fluid\"><div class=\"form-group\"><label>Invest amount</label><input type=\"text\" name=\"amount\" class=\"form-control\"/><input type=\"hidden\" name=\"property_id\" class=\"form-control\"/></div></div></div><div class=\"modal-footer\"><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button><button type=\"submit\" class=\"btn cmn-btn\">Invest now</button></div></div></form></div></div><div id=\"bookmark\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/58\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked plan</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to bookmark this plan for future invest ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-primary\">Bookmark</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div><div id=\"bookmark-remove\" tabindex=\"-1\" role=\"dialog\" class=\"modal fade\"><div role=\"document\" class=\"modal-dialog\"><form action=\"{base_url}/admin/pages/content/58\" method=\"post\"><input type=\"hidden\" name=\"_token\" value=\"yiamFvv5lOTLrsy4WPd8gm06gZo0P1LydEl8yOdf\"/><div class=\"modal-content\"><div class=\"modal-header\"><h5 class=\"modal-title\">Bookmarked remove</h5><button type=\"button\" data-bs-dismiss=\"modal\" aria-label=\"Close\" class=\"close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><p class=\"bookmark-text\">Are you sure to remove bookmark ?</p></div><div class=\"modal-footer\"><button type=\"submit\" class=\"btn btn-danger\">Remove</button><button type=\"button\" data-bs-dismiss=\"modal\" class=\"btn btn-secondary\">Close</button></div></div></form></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#iysj{background-image:url({base_url}/asset/images/banner/6750ad32851211733340466.jpg);}#ipjqmt{background-image:url(\' {base_url}/asset/images/featured/674f5b2f624031733253935.jpg \');}#ik9kkw{background-image:url({base_url}/asset/images/property/6747b173eb5d01732751731.jpg);}#igl3cw{background-image:url({base_url}/asset/images/property/6747b07dd99d61732751485.jpg);}#izwvij{background-image:url({base_url}/asset/images/property/6747af0774f391732751111.jpg);}#i27ttb{background-image:url({base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg);}#i4du1y{background-image:url({base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg);}', NULL, '2025-01-17 17:38:26', '2025-01-17 17:39:43'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (60, 18, 'About', 'about', 'abouts', 1, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"about-section\",\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"ighe\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"attributes\":{\"id\":\"i2m7\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"content\":\"About us\",\"classes\":[\"section-top-title\"],\"attributes\":{\"id\":\"i61w\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Sobre nuestra empresa\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"iw3b\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"ijhyn\"}}]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-thumb\",\"h-100\"],\"attributes\":{\"id\":\"i3okk\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"col-lg-6\",\"ps-xl-5\",\"about-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-content-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"about-section\",\"removable\":false,\"draggable\":false,\"editable\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Mission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Vision\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"about-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"title\",\"h4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Our Target\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"classes\":[\"about-btn\",\"mt-4\"],\"attributes\":{\"href\":\"{base_url}/about\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"content\":\"More about \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"editable\":true,\"classes\":[\"fas\",\"fa-arrow-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"choose-section\",\"s-pt-120\",\"s-pb-120\",\"has-bg-img\",\"section-bg\"],\"components\":[{\"type\":\"text\",\"classes\":[\"choose-bg\"],\"attributes\":{\"id\":\"inzpq1\"},\"components\":[{\"type\":\"textnode\",\"content\":\"\\n \"}]},{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-end\"],\"attributes\":{\"id\":\"iozcmj\"},\"components\":[{\"classes\":[\"col-lg-7\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Why choose us\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Por qué somos la elección correcta\",\"classes\":[\"section-title\",\"text-white\"],\"attributes\":{\"id\":\"iei32\"}},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"text-white\",\"mb-0\"],\"attributes\":{\"id\":\"ig3kf\"}}]}]}]},{\"tagName\":\"whychooseus-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-5\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Registered company 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-compass\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Reliable support\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fab\",\"fa-superpowers\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Transparent investments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-home\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Choice for vip investors\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-hockey-puck\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Daily profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-dollar-sign\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-6\",\"col-lg-12\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Opportunities mmm\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-headset\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"choose-item-details\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"ir2lnm\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Preguntas frecuentes\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"i2goyf\"}},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"i35owc\"}}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\",\"testi\"],\"attributes\":{\"id\":\"i9ugen\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"classes\":[\"row\",\"gy-4\",\"justify-content-between\",\"align-items-end\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Testimonial\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Lo que dicen nuestras clientes\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"i5nwbi\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"iq2f1f\"}}]},{\"classes\":[\"col-lg-4\"],\"components\":[{\"classes\":[\"testi-slider-buttons\",\"justify-content-lg-end\",\"mb-lg-4\"],\"components\":[{\"type\":\"button\",\"classes\":[\"testi-prev\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Prev\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-left\"]}]},{\"type\":\"button\",\"classes\":[\"testi-next\"],\"attributes\":{\"type\":\"button\",\"aria-label\":\"Next\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"bi\",\"bi-arrow-right\"]}]}]}]}]}]},{\"tagName\":\"testimonial-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-slider\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60bfbfa031733255359.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Tarik Fazar\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Ceo & Founder\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60df8056f1733255391.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Leilani Huang\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Store Owner\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f60fc5764f1733255420.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Vavel Rose\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f6122be05c1733255458.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Athoni Loss\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"VIP Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-rating\",\"mb-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-star-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \\\"Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum is simply dummy text of the printing and typesetting industry.\\\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-quote\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-quote-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"testimonial-img\"],\"attributes\":{\"src\":\"{base_url}/asset/images/testimonial/674f613e2c1e91733255486.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jhon Mekila\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"designation\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Senior Investor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"cta-section\"],\"attributes\":{\"id\":\"ihge8k\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-wrapper\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-lg-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Construyamos tu futuro juntos\",\"classes\":[\"section-title\",\"mb-0\"],\"attributes\":{\"id\":\"i32spe\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mt-3\",\"mb-0\"],\"attributes\":{\"id\":\"i2k8wg\"}},{\"classes\":[\"mt-3\"],\"components\":[{\"type\":\"link\",\"content\":\"Empieza ahora\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"{base_url}/register\",\"id\":\"ixzzhi\"}}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"type\":\"image\",\"classes\":[\"cta-img\"],\"attributes\":{\"src\":\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\",\"alt\":\"image\",\"id\":\"i88gup\"}}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"brand-section\",\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-section\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-slider\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5cb97ffa61733254329.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5feb00cb21733255147.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5fef45c931733255151.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ff61127c1733255158.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ffa7c6771733255162.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f60012ae511733255169.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f6008570941733255176.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f600d445e51733255181.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f601146bab1733255185.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#i3okk\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a6c80889b.jpeg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#iw3b\"]},{\"selectors\":[\"#ijhyn\"]},{\"selectors\":[\"#i61w\"]},{\"selectors\":[\"#i2m7\"]},{\"selectors\":[\"#i88gup\"]},{\"selectors\":[\"#inzpq1\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a69e6cabd.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#iozcmj\"]},{\"selectors\":[\"#ighe\"]},{\"selectors\":[\"#ig3kf\"]},{\"selectors\":[\"#iei32\"]},{\"selectors\":[\"#i2goyf\"]},{\"selectors\":[\"#ir2lnm\"]},{\"selectors\":[\"#i35owc\"]},{\"selectors\":[\"#iq2f1f\"]},{\"selectors\":[\"#i9ugen\"]},{\"selectors\":[\"#i5nwbi\"]},{\"selectors\":[\"#i32spe\"]},{\"selectors\":[\"#ihge8k\"]},{\"selectors\":[\"#i2k8wg\"]},{\"selectors\":[\"#ixzzhi\"]},{\"selectors\":[\"cmn-btn\"]}]', '<div class=\'pagebuilder-content\'><div><section class=\"about-section s-pt-120 s-pb-120\" id=\"ighe\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-center text-center\"><div id=\"i2m7\" class=\"col-lg-6\"><span id=\"i61w\" class=\"section-top-title\">About us</span><h2 id=\"iw3b\" class=\"section-title\">Sobre nuestra empresa</h2><p id=\"ijhyn\" class=\"mb-0\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><div class=\"about-content-wrapper\"><div class=\"row gy-4\"><div class=\"col-lg-6\"><div id=\"i3okk\" class=\"about-thumb h-100\"></div></div><div class=\"col-lg-6 ps-xl-5 about-content\"><div class=\"about-content-inner\"><about-section>[pagebuilder-about][/pagebuilder-about]</about-section><a href=\"{base_url}/about\" class=\"about-btn mt-4\">More about <i class=\"fas fa-arrow-right\"></i></a></div></div></div></div></div></section><div><section class=\"choose-section s-pt-120 s-pb-120 has-bg-img section-bg\"><div id=\"inzpq1\" class=\"choose-bg\">\r\n </div><div class=\"container\"><div id=\"iozcmj\" class=\"row justify-content-end\"><div class=\"col-lg-7\"><div class=\"section-top\"><span class=\"section-top-title\">Why choose us</span><h2 class=\"section-title text-white\" id=\"iei32\">Por qué somos la elección correcta</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"text-white mb-0\" id=\"ig3kf\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><whychooseus-section>[pagebuilder-whychooseus][/pagebuilder-whychooseus]</whychooseus-section></div></div></div></section></div></div><div><section class=\"s-pt-120 s-pb-120\" id=\"ir2lnm\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\" id=\"i2goyf\">Preguntas frecuentes</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\" id=\"i35owc\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section></div><div><section class=\"s-pt-120 s-pb-120 testi\" id=\"i9ugen\"><div class=\"container\"><div class=\"section-top\"><div class=\"row gy-4 justify-content-between align-items-end\"><div class=\"col-lg-6\"><span class=\"section-top-title\">Testimonial</span><h2 class=\"section-title\" id=\"i5nwbi\">Lo que dicen nuestras clientes</h2><p class=\"mb-0\" id=\"iq2f1f\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div><div class=\"col-lg-4\"><div class=\"testi-slider-buttons justify-content-lg-end mb-lg-4\"><button type=\"button\" aria-label=\"Prev\" class=\"testi-prev\"><i class=\"bi bi-arrow-left\"></i></button><button type=\"button\" aria-label=\"Next\" class=\"testi-next\"><i class=\"bi bi-arrow-right\"></i></button></div></div></div></div><testimonial-section>[pagebuilder-testimonial][/pagebuilder-testimonial]</testimonial-section></div></section></div><div><section class=\"cta-section\" id=\"ihge8k\"><div class=\"container\"><div class=\"cta-wrapper\"><div class=\"row\"><div class=\"col-lg-6 text-lg-start text-center\"><h2 class=\"section-title mb-0\" id=\"i32spe\">Construyamos tu futuro juntos</h2><p class=\"mt-3 mb-0\" id=\"i2k8wg\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p><div class=\"mt-3\"><a href=\"{base_url}/register\" class=\"cmn-btn\" id=\"ixzzhi\">Empieza ahora</a></div></div><div class=\"col-lg-6\"><img src=\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\" alt=\"image\" id=\"i88gup\" class=\"cta-img\"/></div></div></div></div></section></div><div><brand-section>[pagebuilder-brand][/pagebuilder-brand]</brand-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#i3okk{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a6c80889b.jpeg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}#inzpq1{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a69e6cabd.jpg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}', NULL, '2025-01-26 21:35:20', '2025-01-27 06:00:36'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (61, 18, 'Properties', 'properties', 'Properties', 1, 1, 0, '[{\"components\":[{\"tagName\":\"allproperty-section\",\"components\":[{\"tagName\":\"section\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"s-pt-80\",\"s-pb-80\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-search-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Search your property\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"d-flex\",\"align-items-center\",\"gap-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"d-flex\",\"align-items-center\",\"gap-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text-dark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-arrow-down-up\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-search-filter-btn\"],\"attributes\":{\"type\":\"button\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-filter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Filter\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"tagName\":\"form\",\"type\":\"form\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"property-search-form\",\"mt-4\"],\"attributes\":{\"method\":\"GET\",\"action\":\"{base_url}/search/property\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-3\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"select\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-select\"],\"attributes\":{\"name\":\"order\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"low_to_high\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Price low\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"high_to_low\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Price high\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"all\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"All\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"latest\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Newest\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"input-icon-field\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-map-marker-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"id\":\"search\",\"name\":\"search\",\"placeholder\":\"Enter Location\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"min-max-field\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"select\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-select\"],\"attributes\":{\"name\":\"type\",\"id\":\"type\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"0\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Min-max\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"option\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"value\":\"1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Fixed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\",\"min-amount-input\",\"fixed\",\"d-none\"],\"attributes\":{\"type\":\"number\",\"name\":\"amount\",\"placeholder\":\"Amount\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\",\"min-amount-input\"],\"attributes\":{\"type\":\"number\",\"name\":\"min\",\"placeholder\":\"Min Amount\",\"id\":\"min\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\",\"max-amount-input\"],\"attributes\":{\"type\":\"number\",\"name\":\"max\",\"placeholder\":\"Max Amount\",\"id\":\"max\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"cmn-btn\",\"btn-md\",\"w-100\"],\"attributes\":{\"type\":\"submit\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Search \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-search\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"mt-4\",\"non-editable-area\"],\"attributes\":{\"id\":\"filter\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747aaa11e4cf1732749985.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/1\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Beach condos project mauritius\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 100.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ac4f4b9d41732750415.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/2\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Business bay projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Bay square building 13 , business bay, bay square\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Daily\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747ad9d0f1bb1732750749.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/3\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Hong kong city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 18 salisbury rd, tsim sha tsui, hong kong\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1,500.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 2.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747af0774f391732751111.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/4\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Jumeirah golden mile projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Palm jumeirah, dubai, uae\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hourly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 5,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n USD\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b07dd99d61732751485.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/5\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Singapore city\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 88 east coast road, 423371 singapour, singapour\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 10,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Period\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n No\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 20.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-4\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"plan-link\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/property/6747b173eb5d01732751731.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-bookmark-btn\"],\"attributes\":{\"type\":\"button\",\"data-href\":\"{base_url}/bookmark/6\",\"data-bookmark\":\"\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-heart\",\"first-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-heart\",\"second-bookmark\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown projects dubai\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"location\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-geo-alt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Downtown dubai, dubai\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"other-options\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Target duration\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 60,000.00 USD\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Minimum amount\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Lifetime\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return for\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-option\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Yes\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Capital back\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"invest-card-footer-inner\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"return-rate\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Return rate\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"return-amount\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 30.00\\n %\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"invest-card-btn\"],\"attributes\":{\"href\":\"{base_url}/investment/property/details/6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"row\",\"mt-4\",\"mb-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"invest\",\"tabindex\":\"-1\",\"role\":\"dialog\",\"aria-hidden\":\"true\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/investmentproperty/invest\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"classes\":[\"container-fluid\"],\"components\":[{\"classes\":[\"form-group\"],\"components\":[{\"type\":\"label\",\"components\":[{\"type\":\"textnode\",\"content\":\"Invest amount\"}]},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"amount\"}},{\"type\":\"input\",\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"hidden\",\"name\":\"property_id\"}}]}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"cmn-btn\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Invest now\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/61\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked property\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"\\n Are you sure to bookmark this property for future invest ?\\n \"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-primary\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmark\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]},{\"classes\":[\"modal\",\"fade\"],\"attributes\":{\"id\":\"bookmark-remove\",\"tabindex\":\"-1\",\"role\":\"dialog\"},\"components\":[{\"classes\":[\"modal-dialog\"],\"attributes\":{\"role\":\"document\"},\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"attributes\":{\"action\":\"{base_url}/admin/pages/content/61\",\"method\":\"post\"},\"components\":[{\"type\":\"input\",\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"}},{\"classes\":[\"modal-content\"],\"components\":[{\"classes\":[\"modal-header\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"modal-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Bookmarked remove\"}]},{\"type\":\"button\",\"classes\":[\"close\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\",\"aria-label\":\"Close\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"attributes\":{\"aria-hidden\":\"true\"},\"components\":[{\"type\":\"textnode\",\"content\":\"×\"}]}]}]},{\"classes\":[\"modal-body\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"bookmark-text\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Are you sure to remove bookmark ?\"}]}]},{\"classes\":[\"modal-footer\"],\"components\":[{\"type\":\"button\",\"classes\":[\"btn\",\"btn-danger\"],\"attributes\":{\"type\":\"submit\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Remove\"}]},{\"type\":\"button\",\"classes\":[\"btn\",\"btn-secondary\"],\"attributes\":{\"type\":\"button\",\"data-bs-dismiss\":\"modal\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Close\"}]}]}]}]}]}]}]}]}]', '[]', '<div class=\'pagebuilder-content\'><div><allproperty-section>[pagebuilder-allproperty][/pagebuilder-allproperty]</allproperty-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}', NULL, '2025-01-26 21:44:39', '2025-01-26 21:44:53'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (62, 18, 'Affiliate', 'affiliate', 'Affiliate', 1, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"affiliate-section\",\"s-pt-100\",\"s-pb-100\",\"section-bg\"],\"attributes\":{\"id\":\"i8i3\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Referral\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Programa de referencias en 5 pasos\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"ii8j\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente un texto de relleno de imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias.\",\"attributes\":{\"id\":\"i4c5r\"}}]}]}]},{\"tagName\":\"affiliate-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"pe-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Invest referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"10%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"8%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"6%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\",\"mb-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-6\",\"ps-xl-4\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-4\",\"text-center\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission referral\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 1\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 2\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"4%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 3\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 4\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-trophy-fill\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"referral-box-content\",\"d-flex\",\"flex-wrap\",\"align-items-center\",\"justify-content-between\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-title\",\"mb-0\",\"text-dark\",\"fw-semibold\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Level\\n 5\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Commission\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"referral-box-percentage\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1%\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"work-section\",\"s-pt-120\",\"s-pb-120\",\"section-bg\"],\"attributes\":{\"id\":\"if9wlv\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How it work\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Como lo hacemos realidad\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"im8u1v\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"izzltg\"}}]}]}]},{\"tagName\":\"howitwork-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\",\"justify-content-center\",\"work-box-wrapper\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5b9cdebbe1733254044.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Choose project\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bb983d7f1733254073.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Make deposit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5bcd4519e1733254093.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Get profit\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"work-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"icon\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/howitwork/674f5be6825361733254118.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Withdraw anytime\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"mb-0\",\"mt-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"i0iawl\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Preguntas frecuentes\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"id5sif\"}},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"ieeza9\"}}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"cta-section\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-wrapper\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"text-lg-start\",\"text-center\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Construyamos tu futuro juntos\",\"classes\":[\"section-title\",\"mb-0\"],\"attributes\":{\"id\":\"idm7ir\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis\",\"classes\":[\"mt-3\",\"mb-0\"],\"attributes\":{\"id\":\"i8tf6b\"}},{\"classes\":[\"mt-3\"],\"components\":[{\"type\":\"link\",\"content\":\"Empieza ahora\",\"classes\":[\"cmn-btn\"],\"attributes\":{\"href\":\"{base_url}/register\",\"id\":\"iee98f\"}}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"type\":\"image\",\"classes\":[\"cta-img\"],\"attributes\":{\"src\":\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\",\"alt\":\"image\",\"id\":\"isu65t\"}}]}]}]}]}]},{\"components\":[{\"tagName\":\"brand-section\",\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-section\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-slider\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5cb97ffa61733254329.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5feb00cb21733255147.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5fef45c931733255151.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ff61127c1733255158.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f5ffa7c6771733255162.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f60012ae511733255169.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f6008570941733255176.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f600d445e51733255181.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"draggable\":false,\"stylable\":false,\"classes\":[\"single-slide\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"draggable\":false,\"stylable\":false,\"classes\":[\"brand-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/brand/674f601146bab1733255185.png\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#i8i3\"],\"style\":{\"background-image\":\"url({base_url}/asset/images/placeholder.png)\"}},{\"selectors\":[\"#if9wlv\"],\"style\":{\"background-image\":\"url(\'{base_url}/asset/frontend/img/pagebuilder/6796a7ad2ff44.jpg\')\",\"__bg-type\":\"img\",\"background-repeat\":\"no-repeat\",\"background-position\":\"center bottom\",\"background-attachment\":\"scroll\",\"background-size\":\"cover\"}},{\"selectors\":[\"#isu65t\"]},{\"selectors\":[\"#ii8j\"]},{\"selectors\":[\"#i4c5r\"]},{\"selectors\":[\"#im8u1v\"]},{\"selectors\":[\"#izzltg\"]},{\"selectors\":[\"#id5sif\"]},{\"selectors\":[\"#ieeza9\"]},{\"selectors\":[\"#i0iawl\"]},{\"selectors\":[\"#idm7ir\"]},{\"selectors\":[\"#i8tf6b\"]},{\"selectors\":[\"#iee98f\"]},{\"selectors\":[\"cmn-btn\"]}]', '<div class=\'pagebuilder-content\'><div><section id=\"i8i3\" class=\"affiliate-section s-pt-100 s-pb-100 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">Referral</span><h2 class=\"section-title\" id=\"ii8j\">Programa de referencias en 5 pasos</h2><p id=\"i4c5r\">Lorem ipsum es simplemente un texto de relleno de imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias.</p></div></div></div><affiliate-section>[pagebuilder-affiliate][/pagebuilder-affiliate]</affiliate-section></div></section></div><div><section id=\"if9wlv\" class=\"work-section s-pt-120 s-pb-120 section-bg\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 text-center\"><div class=\"section-top\"><span class=\"section-top-title\">How it work</span><h2 class=\"section-title\" id=\"im8u1v\">Como lo hacemos realidad</h2><p class=\"mb-0\" id=\"izzltg\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p></div></div></div><howitwork-section>[pagebuilder-howitwork][/pagebuilder-howitwork]</howitwork-section></div></section></div><div><section class=\"s-pt-120 s-pb-120\" id=\"i0iawl\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\" id=\"id5sif\">Preguntas frecuentes</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\" id=\"ieeza9\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section><div><section class=\"cta-section\"><div class=\"container\"><div class=\"cta-wrapper\"><div class=\"row\"><div class=\"col-lg-6 text-lg-start text-center\"><h2 class=\"section-title mb-0\" id=\"idm7ir\">Construyamos tu futuro juntos</h2><p class=\"mt-3 mb-0\" id=\"i8tf6b\">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Distintio dicta rem debitis nesciunt sit, odio natus consequatur velit perspiciatis corporis</p><div class=\"mt-3\"><a href=\"{base_url}/register\" class=\"cmn-btn\" id=\"iee98f\">Empieza ahora</a></div></div><div class=\"col-lg-6\"><img src=\"{base_url}/asset/frontend/img/pagebuilder/6796a62def514.png\" alt=\"image\" id=\"isu65t\" class=\"cta-img\"/></div></div></div></div></section><div><brand-section>[pagebuilder-brand][/pagebuilder-brand]</brand-section></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#i8i3{background-image:url({base_url}/asset/images/placeholder.png);}#if9wlv{background-image:url(\'{base_url}/asset/frontend/img/pagebuilder/6796a7ad2ff44.jpg\');background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;}', NULL, '2025-01-26 21:45:45', '2025-01-27 06:03:22'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (63, 18, 'Blog', 'blog', 'Blog', 1, 1, 0, '[{\"components\":[{\"tagName\":\"allblog-section\",\"components\":[{\"tagName\":\"section\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"s-pt-100\",\"s-pb-100\",\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"gy-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5d132f5711733254419.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/30/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f44d093a1733254980.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/37/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f6905ffd1733255017.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/38/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5f8f17c9f1733255055.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/39/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/39/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5fb84e3b01733255096.jpg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/40/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/40/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"col-lg-4\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-thumb\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"src\":\"{base_url}/asset/images/blog/674f5fd4f21a51733255124.jpeg\",\"alt\":\"image\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-box-content\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-meta\",\"mb-2\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-calendar2-check\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n 1 month ago\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"li\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"bi\",\"bi-chat\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" 0 Comments\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/41/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"blog-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/41/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting-industry\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read more\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"bi\",\"bi-arrow-up-right\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]', '[]', '<div class=\'pagebuilder-content\'><div><allblog-section>[pagebuilder-allblog][/pagebuilder-allblog]</allblog-section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}', NULL, '2025-01-26 21:49:34', '2025-01-26 21:49:45'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (64, 18, 'Contact', 'contact', 'Contact', 1, 1, 0, '[{\"components\":[{\"tagName\":\"section\",\"classes\":[\"conact-section\",\"s-pt-120\",\"s-pb-120\"],\"attributes\":{\"id\":\"izml\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\"],\"components\":[{\"classes\":[\"col-lg-8\",\"text-center\"],\"components\":[{\"classes\":[\"section-top\"],\"components\":[{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Siempre estamos aquí para ayudarte.\",\"classes\":[\"section-title\",\"mb-2\"],\"attributes\":{\"id\":\"i39i\"}},{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Sitio de referencia sobre lorem ipsum, brindando información sobre sus orígenes, así como un generador de lipsum aleatorio.\",\"attributes\":{\"id\":\"in0t\"}}]}]}]},{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"contact-section\",\"components\":[{\"tagName\":\"form\",\"type\":\"form\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"php\",\"non-editable-area\"],\"attributes\":{\"action\":\"{base_url}/contact\",\"method\":\"post\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"attributes\":{\"type\":\"hidden\",\"name\":\"_token\",\"value\":\"UcmhZLFQXhCnqftkBz4rBTWjvyErZUb8sy6YRNYA\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"form-group\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"name\",\"id\":\"name\",\"placeholder\":\"Your Name\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-md-6\",\"form-group\",\"mt-3\",\"mt-md-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"id\":\"email\",\"placeholder\":\"Your Email\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-group\",\"mt-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"input\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"classes\":[\"form-control\"],\"attributes\":{\"type\":\"text\",\"name\":\"subject\",\"id\":\"subject\",\"placeholder\":\"Subject\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-group\",\"mt-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textarea\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"form-control\"],\"attributes\":{\"name\":\"message\",\"rows\":\"5\",\"placeholder\":\"Message\",\"required\":true},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"mt-3\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"button\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"cmn-btn\",\"w-100\"],\"attributes\":{\"type\":\"submit\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Send message\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-12\"],\"components\":[{\"classes\":[\"contact-item\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"title\"],\"attributes\":{\"id\":\"ira9u\"},\"components\":[{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-map-marker-alt\"]},{\"type\":\"textnode\",\"content\":\" \\n Address\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"District, taipei city 106409, taiwan united kingdom\"}]}]}]},{\"classes\":[\"col-lg-12\"],\"components\":[{\"classes\":[\"contact-item\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-phone-alt\"]},{\"type\":\"textnode\",\"content\":\"\\n Mobile number\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"+1 112 2333 3399\"}]}]}]},{\"classes\":[\"col-lg-12\"],\"components\":[{\"classes\":[\"contact-item\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"classes\":[\"title\"],\"components\":[{\"tagName\":\"i\",\"classes\":[\"fas\",\"fa-envelope\"]},{\"type\":\"textnode\",\"content\":\"\\n Email address\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"classes\":[\"mb-0\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Info@example.com\"}]}]}]}]}]}]},{\"classes\":[\"map-area\"],\"components\":[{\"tagName\":\"iframe\",\"classes\":[\"map\"],\"attributes\":{\"src\":\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621\",\"allowfullscreen\":\"\"}}]}]}]}]},{\"components\":[{\"tagName\":\"section\",\"classes\":[\"s-pt-120\",\"s-pb-120\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"gy-4\"],\"components\":[{\"classes\":[\"col-lg-5\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-top-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Faq\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"content\":\"Preguntas frecuentes\",\"classes\":[\"section-title\"],\"attributes\":{\"id\":\"ib3t1\"}},{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-10\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"content\":\"Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.\",\"classes\":[\"mb-0\"],\"attributes\":{\"id\":\"i0ygq\"}}]}]}]},{\"classes\":[\"col-lg-7\"],\"components\":[{\"tagName\":\"faq-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion\",\"non-editable-area\"],\"attributes\":{\"id\":\"accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse1\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i open an account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse1\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse2\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n What payment methods are accepted?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse2\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse3\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How can i monitor my investment?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse3\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse4\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n How do i withdraw funds from my propertynir account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse4\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse5\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Does propertynir provide any information to its registered users?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse5\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse6\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n When can i deposit, withdraw from my investment account?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse6\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-item\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-header\"],\"attributes\":{\"id\":\"heading-7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"accordion-button\",\"collapsed\"],\"attributes\":{\"data-bs-toggle\":\"collapse\",\"data-bs-target\":\"#collapse7\",\"aria-expanded\":\"false\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Are there any fees associated with investing in the project?\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-collapse\",\"collapse\"],\"attributes\":{\"id\":\"collapse7\",\"data-bs-parent\":\"#accordionExample\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"accordion-body\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" Lorem ipsum is simply dummy text of the printing and typesetting industry. lorem ipsum has been the industry\'s standard dummy text lorem ipsum is simply dummy text of the printing and typesetting industry.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#i39i\"]},{\"selectors\":[\"#in0t\"]},{\"selectors\":[\"#ira9u\"]},{\"selectors\":[\"#izml\"]},{\"selectors\":[\"#ib3t1\"]},{\"selectors\":[\"#i0ygq\"]}]', '<div class=\'pagebuilder-content\'><div><section class=\"conact-section s-pt-120 s-pb-120\" id=\"izml\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-8 text-center\"><div class=\"section-top\"><h2 class=\"section-title mb-2\" id=\"i39i\">Siempre estamos aquí para ayudarte.</h2><p id=\"in0t\">Sitio de referencia sobre lorem ipsum, brindando información sobre sus orígenes, así como un generador de lipsum aleatorio.</p></div></div></div><div class=\"row gy-4\"><div class=\"col-lg-6\"><contact-section>[pagebuilder-contact][/pagebuilder-contact]</contact-section></div><div class=\"col-lg-6\"><div class=\"row gy-4\"><div class=\"col-lg-12\"><div class=\"contact-item\"><h5 class=\"title\" id=\"ira9u\"><i class=\"fas fa-map-marker-alt\"></i> \r\n Address\r\n </h5><p class=\"mb-0\">District, taipei city 106409, taiwan united kingdom</p></div></div><div class=\"col-lg-12\"><div class=\"contact-item\"><h5 class=\"title\"><i class=\"fas fa-phone-alt\"></i>\r\n Mobile number\r\n </h5><p class=\"mb-0\">+1 112 2333 3399</p></div></div><div class=\"col-lg-12\"><div class=\"contact-item\"><h5 class=\"title\"><i class=\"fas fa-envelope\"></i>\r\n Email address\r\n </h5><p class=\"mb-0\">Info@example.com</p></div></div></div></div></div><div class=\"map-area\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621\" allowfullscreen=\"\" class=\"map\"></iframe></div></div></section></div><div><section class=\"s-pt-120 s-pb-120\"><div class=\"container\"><div class=\"row gy-4\"><div class=\"col-lg-5\"><span class=\"section-top-title\">Faq</span><h2 class=\"section-title\" id=\"ib3t1\">Preguntas frecuentes</h2><div class=\"row\"><div class=\"col-lg-10\"><p class=\"mb-0\" id=\"i0ygq\">Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem ipsum ha sido el texto de relleno estándar de las industrias. Lorem ipsum es simplemente el texto de relleno de las imprentas y archivos de texto.</p></div></div></div><div class=\"col-lg-7\"><faq-section>[pagebuilder-faq][/pagebuilder-faq]</faq-section></div></div></div></section></div></div>', '* { box-sizing: border-box; } body {margin: 0;}', NULL, '2025-01-26 21:50:09', '2025-01-27 06:06:02'), (65, 18, 'Privacy policy', 'privacy-policy', 'Privacy policy', 1, 1, 0, '[{\"components\":[{\"editable\":true,\"classes\":[\"pbcontainer\"],\"propagate\":[\"removable,editable,draggable\"],\"components\":[{\"type\":\"text\",\"content\":\"<p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias</p>\",\"attributes\":{\"id\":\"ifl6\"},\"propagate\":[\"removable,editable,draggable\"],\"activeOnRender\":0}]}]}]', '[{\"selectors\":[\"#ifl6\"],\"style\":{\"padding\":\"10px\"}}]', '<div class=\'pagebuilder-content\'><div><div class=\"pbcontainer\"><div id=\"ifl6\"><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias</p></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#ifl6{padding:10px;}', NULL, '2025-01-26 21:51:30', '2025-01-26 21:54:39'), (66, 18, 'Cookie policy', 'cookie-policy', 'Cookie policy', 1, 1, 0, '[{\"components\":[{\"editable\":true,\"classes\":[\"pbcontainer\"],\"propagate\":[\"removable,editable,draggable\"],\"components\":[{\"type\":\"text\",\"content\":\"<p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias</p>\",\"attributes\":{\"id\":\"i79k\"},\"propagate\":[\"removable,editable,draggable\"],\"activeOnRender\":0}]}]}]', '[{\"selectors\":[\"#i79k\"],\"style\":{\"padding\":\"10px\"}}]', '<div class=\'pagebuilder-content\'><div><div class=\"pbcontainer\"><div id=\"i79k\"><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias</p></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#i79k{padding:10px;}', NULL, '2025-01-26 21:51:49', '2025-01-26 21:55:00'); INSERT INTO `pages` (`id`, `language_id`, `name`, `slug`, `seo_description`, `is_breadcrumb`, `status`, `is_default`, `components`, `styles`, `html`, `css`, `body`, `created_at`, `updated_at`) VALUES (68, 18, 'Term and condition', 'term-and-condition', 'Term and condition', 1, 1, 0, '[{\"components\":[{\"editable\":true,\"classes\":[\"pbcontainer\"],\"propagate\":[\"removable,editable,draggable\"],\"components\":[{\"type\":\"text\",\"content\":\"<p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias</p>\",\"attributes\":{\"id\":\"i1uh\"},\"propagate\":[\"removable,editable,draggable\"],\"activeOnRender\":0}]}]}]', '[{\"selectors\":[\"#i1uh\"],\"style\":{\"padding\":\"10px\"}},{\"selectors\":[\"#wrapper\"],\"wrapper\":1}]', '<div class=\'pagebuilder-content\'><div><div class=\"pbcontainer\"><div id=\"i1uh\"><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente un texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. LoremIpsum ha sido el texto de relleno estándar de las industrias</p><p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias</p></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#i1uh{padding:10px;}', NULL, '2025-01-26 21:52:56', '2025-01-26 21:55:21'); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `payments` -- CREATE TABLE `payments` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `property_id` int(11) DEFAULT NULL, `gateway_id` bigint(20) UNSIGNED NOT NULL, `transaction_id` varchar(255) NOT NULL, `payment_gateway_trx` varchar(255) DEFAULT NULL, `amount` decimal(28,8) NOT NULL, `rate` decimal(28,8) NOT NULL DEFAULT 0.00000000, `charge` decimal(28,8) NOT NULL DEFAULT 0.00000000, `final_amount` decimal(28,8) NOT NULL, `btc_wallet` varchar(255) DEFAULT NULL, `btc_amount` decimal(28,8) DEFAULT NULL, `btc_trx` varchar(255) DEFAULT NULL, `next_payment_date` timestamp NULL DEFAULT NULL, `interest_amount` float(28,8) DEFAULT NULL, `pay_count` int(11) DEFAULT NULL, `payment_status` int(11) NOT NULL, `payment_type` int(11) NOT NULL DEFAULT 1, `payment_proof` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `token` varchar(64) NOT NULL, `abilities` text DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `properties` -- CREATE TABLE `properties` ( `id` bigint(20) UNSIGNED NOT NULL, `property_name` varchar(255) NOT NULL, `views` int(11) NOT NULL DEFAULT 0, `amount_type` tinyint(4) DEFAULT NULL, `minimum_amount` decimal(28,8) DEFAULT NULL, `maximum_amount` decimal(28,8) DEFAULT NULL, `amount` decimal(28,2) DEFAULT NULL, `return_interest` decimal(55,8) DEFAULT NULL, `interest_status` varchar(199) DEFAULT NULL, `return_for` tinyint(4) DEFAULT NULL, `how_many_time` int(11) DEFAULT NULL, `every_time` int(11) DEFAULT NULL, `capital_back` tinyint(4) DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT 1, `property` longtext DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `gallery` text DEFAULT NULL, `is_featured` tinyint(1) NOT NULL, `map` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `properties` -- INSERT INTO `properties` (`id`, `property_name`, `views`, `amount_type`, `minimum_amount`, `maximum_amount`, `amount`, `return_interest`, `interest_status`, `return_for`, `how_many_time`, `every_time`, `capital_back`, `status`, `property`, `image`, `gallery`, `is_featured`, `map`, `created_at`, `updated_at`) VALUES (1, 'Beach Condos Project Mauritius', 78, 0, 100.00000000, 1000.00000000, 0.00, 5.00000000, 'percentage', 1, 120, 5, 1, 1, '{\"amnities\":{\"Drawing Room\":\"22\",\"Wash Room\":\"14\",\"Room\":\"40\",\"Units\":\"10\",\"Car Parking\":\"20\",\"cat room\":\"2\"},\"address\":\"18 Salisbury Rd, Tsim Sha Tsui, Hong Kong\",\"details\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"icons\":[\"fab fa-adn\",\"fas fa-ad\",\"fab fa-accusoft\",\"fab fa-accessible-icon\",\"fab fa-500px\",\"fas fa-heart\"]}', '6747aaa11e4cf1732749985.jpg', '[{\"id\":1,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747aaa104f0b1732749985.jpg\",\"image\":\"6747aaa104f0b1732749985.jpg\"},{\"id\":2,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747aaa10b0571732749985.jpg\",\"image\":\"6747aaa10b0571732749985.jpg\"},{\"id\":3,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747aaa1105d81732749985.jpg\",\"image\":\"6747aaa1105d81732749985.jpg\"},{\"id\":4,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747aaa1174f11732749985.jpg\",\"image\":\"6747aaa1174f11732749985.jpg\"}]', 1, 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621', '2024-11-27 23:26:25', '2025-01-27 06:48:36'), (2, 'Business Bay Projects Dubai', 81, 0, 2000.00000000, 10000.00000000, 0.00, 10.00000000, 'percentage', 1, 5000, 5, 0, 1, '{\"amnities\":{\"Drawing Room\":\"40\",\"Wash Room\":\"22\",\"Room\":\"77\",\"Car Parking\":\"48\",\"total floor\":\"14\"},\"address\":\"Bay Square Building 13 , Business Bay, Bay Square\",\"details\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\n\\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLor\",\"icons\":[\"fas fa-adjust\",\"fas fa-adjust\",\"fas fa-adjust\",\"fas fa-adjust\",\"fas fa-adjust\"]}', '6747ac4f4b9d41732750415.jpg', '[{\"id\":1,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ac4f310411732750415.jpg\",\"image\":\"6747ac4f310411732750415.jpg\"},{\"id\":2,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ac4f37c5a1732750415.jpg\",\"image\":\"6747ac4f37c5a1732750415.jpg\"},{\"id\":3,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ac4f3f6b81732750415.jpg\",\"image\":\"6747ac4f3f6b81732750415.jpg\"},{\"id\":4,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ac4f46c001732750415.jpg\",\"image\":\"6747ac4f46c001732750415.jpg\"}]', 1, 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621', '2024-11-27 23:33:35', '2025-01-27 06:44:46'), (3, 'HONG KONG CITY', 41, 1, NULL, NULL, 1500.00, 2.00000000, 'percentage', 1, 200, 6, 1, 1, '{\"amnities\":{\"Drawing Room\":\"22\",\"Room\":\"44\",\"Wash Room\":\"33\",\"total floor\":\"22\",\"Car Parking\":\"7\"},\"address\":\"18 Salisbury Rd, Tsim Sha Tsui, Hong Kong\",\"details\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text \\r\\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text \\r\\n\\r\\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"icons\":[\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\"]}', '6747ad9d0f1bb1732750749.jpg', '[{\"id\":1,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ad9ce8acb1732750748.jpg\",\"image\":\"6747ad9ce8acb1732750748.jpg\"},{\"id\":2,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ad9cf0e5d1732750748.jpg\",\"image\":\"6747ad9cf0e5d1732750748.jpg\"},{\"id\":3,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ad9d0410e1732750749.jpg\",\"image\":\"6747ad9d0410e1732750749.jpg\"},{\"id\":4,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747ad9d093731732750749.jpg\",\"image\":\"6747ad9d093731732750749.jpg\"}]', 0, 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621', '2024-11-27 23:39:09', '2025-01-24 10:45:57'), (4, 'Jumeirah Golden Mile Projects Dubai', 45, 1, NULL, NULL, 5000.00, 20.00000000, 'fixed', 1, 5000, 6, 0, 1, '{\"amnities\":{\"Wash Room\":\"22\",\"Drawing Room\":\"40\",\"Car Parking\":\"14\",\"Room\":\"48\"},\"address\":\"Palm Jumeirah, Dubai, UAE\",\"details\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"icons\":[\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\"]}', '6747af0774f391732751111.jpg', '[{\"id\":1,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747af07479ca1732751111.jpg\",\"image\":\"6747af07479ca1732751111.jpg\"},{\"id\":2,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747af075ff851732751111.jpg\",\"image\":\"6747af075ff851732751111.jpg\"},{\"id\":3,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747af07682801732751111.jpg\",\"image\":\"6747af07682801732751111.jpg\"},{\"id\":4,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747af076e7491732751111.jpg\",\"image\":\"6747af076e7491732751111.jpg\"}]', 1, 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621', '2024-11-27 23:45:11', '2025-01-24 11:31:51'), (5, 'SINGAPORE CITY', 57, 0, 10000.00000000, 50000.00000000, 0.00, 20.00000000, 'percentage', 1, 259, 3, 0, 1, '{\"amnities\":{\"Room\":\"14\",\"Wash Room\":\"22\",\"Car Parking\":\"40\",\"Drawing Room\":\"48\"},\"address\":\"88 East Coast Road, 423371 Singapour, Singapour\",\"details\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text \\r\\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"icons\":[\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\",\"fas fa-person-booth\"]}', '6747b07dd99d61732751485.jpg', '[{\"id\":1,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b07dbfc441732751485.jpg\",\"image\":\"6747b07dbfc441732751485.jpg\"},{\"id\":2,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b07dc68781732751485.jpg\",\"image\":\"6747b07dc68781732751485.jpg\"},{\"id\":3,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b07dcf26b1732751485.jpg\",\"image\":\"6747b07dcf26b1732751485.jpg\"},{\"id\":4,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b07dd44781732751485.jpg\",\"image\":\"6747b07dd44781732751485.jpg\"}]', 1, 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621', '2024-11-27 23:51:25', '2025-01-26 19:39:42'), (6, 'Downtown Projects Dubai', 31, 0, 60000.00000000, 90000.00000000, 0.00, 30.00000000, 'percentage', 0, 90, 7, 1, 1, '{\"amnities\":{\"Drawing Room\":\"22\",\"Wash Room\":\"14\",\"Room\":\"48\",\"car parking\":\"07\"},\"address\":\"Downtown Dubai, Dubai\",\"details\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text \\r\\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\ndummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\nLorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"icons\":[\"fab fa-adn\",\"fab fa-adversal\",\"fas fa-address-book\",\"fab fa-amazon-pay\"]}', '6747b173eb5d01732751731.jpg', '[{\"id\":1,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b173d12601732751731.jpg\",\"image\":\"6747b173d12601732751731.jpg\"},{\"id\":2,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b173d6f5f1732751731.jpg\",\"image\":\"6747b173d6f5f1732751731.jpg\"},{\"id\":3,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b173de49d1732751731.jpg\",\"image\":\"6747b173de49d1732751731.jpg\"},{\"id\":4,\"src\":\"https:\\/\\/propertynir.softnir.com\\/asset\\/images\\/gallery\\/6747b173e41401732751731.jpg\",\"image\":\"6747b173e41401732751731.jpg\"}]', 1, 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621', '2024-11-27 23:55:31', '2025-01-26 19:51:51'); -- -------------------------------------------------------- -- -- Table structure for table `referrals` -- CREATE TABLE `referrals` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(119) DEFAULT NULL, `level` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `commision` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `referrals` -- INSERT INTO `referrals` (`id`, `type`, `level`, `commision`, `status`, `created_at`, `updated_at`) VALUES (2, 'invest', '[\"level 1\",\"level 2\",\"level 3\",\"level 4\",\"level 5\"]', '[\"10\",\"8\",\"6\",\"4\",\"2\"]', 1, '2024-09-17 17:00:27', '2024-12-02 16:16:35'), (3, 'interest', '[\"level 1\",\"level 2\",\"level 3\",\"level 4\",\"level 5\"]', '[\"5\",\"4\",\"3\",\"2\",\"1\"]', 1, '2024-09-17 17:01:19', '2025-01-26 20:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `reffered_commissions` -- CREATE TABLE `reffered_commissions` ( `id` bigint(20) UNSIGNED NOT NULL, `reffered_by` int(10) UNSIGNED NOT NULL, `reffered_to` int(10) UNSIGNED NOT NULL, `amount` decimal(28,8) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `reviews` -- CREATE TABLE `reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `property_id` bigint(20) UNSIGNED NOT NULL, `rating` int(11) NOT NULL, `name` varchar(255) NOT NULL, `message` text NOT NULL, `email` varchar(255) NOT NULL, `published` int(11) NOT NULL DEFAULT 0 COMMENT '0 => pending, 1 => published , 2 => unpublished', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `section_data` -- CREATE TABLE `section_data` ( `id` bigint(20) UNSIGNED NOT NULL, `key` varchar(255) DEFAULT NULL, `data` longtext DEFAULT NULL, `category` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `section_data` -- INSERT INTO `section_data` (`id`, `key`, `data`, `category`, `created_at`, `updated_at`) VALUES (1, 'privacy_policy.element', '{\"title\":\"Privacy Policy\",\"slug\":\"privacy-policy\",\"description\":\"<p>Privacy Policy Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p>\"}', NULL, '2024-12-03 18:41:39', '2024-12-03 19:37:10'), (6, 'about.element', '{\"title\":\"Our Mission\",\"sub_title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:20:34', '2025-01-25 19:47:51'), (7, 'about.element', '{\"title\":\"Our Vision\",\"sub_title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:20:49', '2025-01-24 15:58:02'), (8, 'about.element', '{\"title\":\"Our Target\",\"sub_title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:21:04', '2025-01-24 15:59:01'), (9, 'why_choose_us.element', '{\"card_title\":\"Registered Company 2\",\"card_icon\":\"far fa-compass\",\"card_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard\"}', NULL, '2024-12-03 19:22:44', '2025-01-24 18:06:17'), (10, 'why_choose_us.element', '{\"card_title\":\"Reliable Support\",\"card_icon\":\"fab fa-superpowers\",\"card_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard\"}', NULL, '2024-12-03 19:23:09', '2024-12-03 19:23:09'), (11, 'why_choose_us.element', '{\"card_title\":\"Transparent Investments\",\"card_icon\":\"fas fa-home\",\"card_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard\"}', NULL, '2024-12-03 19:23:31', '2024-12-03 19:23:31'), (12, 'why_choose_us.element', '{\"card_title\":\"Choice For VIP Investors\",\"card_icon\":\"fas fa-hockey-puck\",\"card_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard\"}', NULL, '2024-12-03 19:23:55', '2024-12-03 19:23:55'), (13, 'why_choose_us.element', '{\"card_title\":\"Daily Profit\",\"card_icon\":\"fas fa-dollar-sign\",\"card_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard\"}', NULL, '2024-12-03 19:24:17', '2024-12-03 19:24:17'), (18, 'howitwork.element', '{\"image\":\"674f5b9cdebbe1733254044.png\",\"title\":\"Choose Project\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:27:24', '2024-12-03 19:27:24'), (19, 'howitwork.element', '{\"image\":\"674f5bb983d7f1733254073.png\",\"title\":\"Make Deposit\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:27:53', '2024-12-03 19:27:53'), (20, 'howitwork.element', '{\"image\":\"674f5bcd4519e1733254093.png\",\"title\":\"Get Profit\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:28:13', '2024-12-03 19:28:13'), (21, 'howitwork.element', '{\"image\":\"674f5be6825361733254118.png\",\"title\":\"Withdraw anytime\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:28:38', '2024-12-03 19:28:38'), (23, 'faq.element', '{\"question\":\"How do I open an account?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:29:34', '2024-12-03 19:29:34'), (28, 'brand.element', '{\"image\":\"674f5cb97ffa61733254329.png\"}', NULL, '2024-12-03 19:32:09', '2024-12-03 19:32:09'), (30, 'blog.element', '{\"image\":\"674f5d132f5711733254419.jpg\",\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply<\\/p><p> dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/p><p>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/p><p>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/p><p> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/p><div><br><\\/div><div><div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply<\\/div><div> dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply<\\/div><div> dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><br><\\/div>\",\"tag\":\"property website\"}', NULL, '2024-12-03 19:33:39', '2024-12-03 19:33:39'), (32, 'contact.content', '{\"map\":\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621\",\"location\":\"District, taipei city 106409, taiwan united kingdom\",\"email\":\"info@example.com\",\"phone\":\"+1 112 2333 3399\"}', NULL, '2024-12-03 19:34:59', '2025-01-26 20:23:56'), (33, 'footer.content', '{\"footer_short_description\":\"In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without.\",\"footer_details\":\"<p><b><span style=\\\"font-family:\'Arial Black\';\\\">Privacy Policy<\\/span><\\/b><\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the <span style=\\\"font-weight:bolder;\\\"><span style=\\\"font-family:\'Arial Black\';\\\"><a href=\\\"term-and-condition\\\">Know more<\\/a> <\\/span><\\/span><\\/p><p><span style=\\\"font-family:\'Arial Black\';\\\">Term and condition<\\/span><\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the <b><span style=\\\"font-family:\'Arial Black\';\\\"><a href=\\\"http:\\/\\/privacy-policy\\\">Know more<\\/a> <\\/span><\\/b><\\/p>\",\"map_image\":\"674f5d823495b1733254530.jpg\"}', NULL, '2024-12-03 19:35:30', '2025-01-24 08:38:15'), (34, 'footer.element', '{\"social_link\":\"http:\\/\\/www.facebook.com\",\"social_icon\":\"fab fa-facebook-f\"}', NULL, '2024-12-03 19:35:50', '2024-12-03 19:35:50'), (35, 'privacy_policy.element', '{\"title\":\"Term and Condition\",\"slug\":\"term-and-condition\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p>\"}', NULL, '2024-12-03 19:37:46', '2024-12-03 19:37:46'), (36, 'privacy_policy.element', '{\"title\":\"Cookie Policy\",\"slug\":\"cookie-policy\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoremIpsum has been the industry\'s standard dummy text <\\/p>\"}', NULL, '2024-12-03 19:38:10', '2024-12-03 19:38:10'), (37, 'blog.element', '{\"image\":\"674f5f44d093a1733254980.jpg\",\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been\\r\\n the industry\'s standard dummy text\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing andtypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/p><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has beenLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><\\/div><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><br><\\/div>\",\"tag\":\"property website\"}', NULL, '2024-12-03 19:43:00', '2024-12-03 19:43:00'), (38, 'blog.element', '{\"image\":\"674f5f6905ffd1733255017.jpg\",\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been\\r\\n the industry\'s standard dummy text\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing andtypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/p><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has beenLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><\\/div><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><br><\\/div>\",\"tag\":\"property website\"}', NULL, '2024-12-03 19:43:37', '2024-12-03 19:43:37'), (39, 'blog.element', '{\"image\":\"674f5f8f17c9f1733255055.jpg\",\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing andtypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/p><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has beenLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><\\/div><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><br><\\/div>\",\"tag\":\"property\"}', NULL, '2024-12-03 19:44:15', '2024-12-03 19:44:15'), (40, 'blog.element', '{\"image\":\"674f5fb84e3b01733255096.jpg\",\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been\\r\\n the industry\'s standard dummy text\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing andty pesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/p><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><\\/div><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><br><\\/div>\",\"tag\":\"property website\"}', NULL, '2024-12-03 19:44:56', '2024-12-03 19:44:56'), (41, 'blog.element', '{\"image\":\"674f5fd4f21a51733255124.jpeg\",\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the \\r\\nprinting and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and \\r\\ntypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.\\r\\n Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been\\r\\n the industry\'s standard dummy text\",\"description\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing andtypesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/p><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has beenLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the <\\/div><\\/div><div><div>printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and <\\/div><div>typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/div><div> Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been<\\/div><\\/div><div><br><\\/div>\",\"tag\":\"property website\"}', NULL, '2024-12-03 19:45:25', '2024-12-03 19:45:25'), (42, 'brand.element', '{\"image\":\"674f5feb00cb21733255147.png\"}', NULL, '2024-12-03 19:45:47', '2024-12-03 19:45:47'), (43, 'brand.element', '{\"image\":\"674f5fef45c931733255151.png\"}', NULL, '2024-12-03 19:45:51', '2024-12-03 19:45:51'), (44, 'brand.element', '{\"image\":\"674f5ff61127c1733255158.png\"}', NULL, '2024-12-03 19:45:58', '2024-12-03 19:45:58'), (45, 'brand.element', '{\"image\":\"674f5ffa7c6771733255162.png\"}', NULL, '2024-12-03 19:46:02', '2024-12-03 19:46:02'), (46, 'brand.element', '{\"image\":\"674f60012ae511733255169.png\"}', NULL, '2024-12-03 19:46:09', '2024-12-03 19:46:09'), (47, 'brand.element', '{\"image\":\"674f6008570941733255176.png\"}', NULL, '2024-12-03 19:46:16', '2024-12-03 19:46:16'), (48, 'brand.element', '{\"image\":\"674f600d445e51733255181.png\"}', NULL, '2024-12-03 19:46:21', '2024-12-03 19:46:21'), (49, 'brand.element', '{\"image\":\"674f601146bab1733255185.png\"}', NULL, '2024-12-03 19:46:25', '2024-12-03 19:46:25'), (50, 'testimonial.element', '{\"client_name\":\"Tarik Fazar\",\"review\":\"5\",\"designation\":\"Ceo & Founder\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"image\":\"674f60bfbfa031733255359.jpg\"}', NULL, '2024-12-03 19:49:19', '2024-12-07 11:59:42'), (51, 'testimonial.element', '{\"client_name\":\"Leilani Huang\",\"review\":\"4\",\"designation\":\"Store Owner\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"image\":\"674f60df8056f1733255391.jpg\"}', NULL, '2024-12-03 19:49:51', '2024-12-07 11:59:34'), (52, 'testimonial.element', '{\"client_name\":\"Vavel Rose\",\"review\":\"5\",\"designation\":\"Investor\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"image\":\"674f60fc5764f1733255420.jpg\"}', NULL, '2024-12-03 19:50:20', '2024-12-07 11:59:25'), (53, 'testimonial.element', '{\"client_name\":\"Athoni Loss\",\"review\":\"5\",\"designation\":\"VIP Investor\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\",\"image\":\"674f6122be05c1733255458.jpg\"}', NULL, '2024-12-03 19:50:58', '2024-12-07 11:59:14'), (54, 'testimonial.element', '{\"client_name\":\"Jhon Mekila\",\"review\":\"4\",\"designation\":\"Senior Investor\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"image\":\"674f613e2c1e91733255486.jpg\"}', NULL, '2024-12-03 19:51:26', '2025-01-24 16:08:40'), (55, 'faq.element', '{\"question\":\"What payment methods are accepted?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:53:26', '2024-12-03 19:53:26'), (56, 'faq.element', '{\"question\":\"How can I monitor my investment?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:53:37', '2024-12-03 19:53:37'), (57, 'faq.element', '{\"question\":\"How do I withdraw funds from my propertynir account?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:53:55', '2024-12-03 19:53:55'), (58, 'faq.element', '{\"question\":\"Does propertynir provide any information to its registered users?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:54:08', '2024-12-03 19:54:08'), (59, 'faq.element', '{\"question\":\"When can I deposit, withdraw from my Investment account?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:54:27', '2024-12-03 19:54:27'), (60, 'faq.element', '{\"question\":\"Are there any fees associated with investing in the project?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text Lorem Ipsum is simply\\r\\n dummy text of the printing and typesetting industry.\"}', NULL, '2024-12-03 19:54:44', '2025-01-24 16:06:48'), (61, 'footer.element', '{\"social_link\":\"http:\\/\\/www.linkedin.com\",\"social_icon\":\"fab fa-linkedin-in\"}', NULL, '2024-12-03 22:05:11', '2024-12-03 22:05:11'), (62, 'footer.element', '{\"social_link\":\"http:\\/\\/www.x.com\",\"social_icon\":\"fab fa-twitter\"}', NULL, '2024-12-03 22:05:49', '2024-12-03 22:05:49'), (63, 'footer.element', '{\"social_link\":\"http:\\/\\/www.pinterest.com\",\"social_icon\":\"fab fa-pinterest-p\"}', NULL, '2024-12-03 22:06:39', '2024-12-03 22:06:39'), (64, 'auth_section.content', '{\"login_title\":\"Login your account\",\"register_title\":\"Create an account\",\"forget_password_title\":\"Request for reset password\",\"verify_code_title\":\"Verify code\",\"reset_password_title\":\"Reset your password\"}', NULL, '2024-12-07 10:56:02', '2024-12-07 10:56:02'), (65, 'all_preoperties.content', '{\"title\":\"Search your property\"}', NULL, '2024-12-11 13:08:33', '2024-12-11 13:08:33'), (66, 'all_properties.content', '{\"title\":\"Search your property\"}', NULL, '2024-12-11 13:12:08', '2024-12-11 13:12:08'), (67, 'breadcrumb.content', '{\"backgroundimage\":\"6759efc9c177f1733947337.jpg\"}', NULL, '2024-12-11 20:02:17', '2024-12-11 20:02:17'); -- -------------------------------------------------------- -- -- Table structure for table `subscribers` -- CREATE TABLE `subscribers` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tickets` -- CREATE TABLE `tickets` ( `id` bigint(20) UNSIGNED NOT NULL, `support_id` varchar(255) DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `subject` varchar(255) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL COMMENT '1=Closed,2=Pending, 3=Answered', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `ticket_replies` -- CREATE TABLE `ticket_replies` ( `id` bigint(20) UNSIGNED NOT NULL, `ticket_id` bigint(20) UNSIGNED DEFAULT NULL, `admin_id` bigint(20) UNSIGNED DEFAULT NULL, `message` longtext DEFAULT NULL, `file` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `times` -- CREATE TABLE `times` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `time` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `times` -- INSERT INTO `times` (`id`, `name`, `time`, `created_at`, `updated_at`) VALUES (1, '7 Month', '4320', '2022-02-12 04:23:36', '2024-10-13 08:04:37'), (2, '3 Month', '2166', '2022-02-12 04:23:48', '2022-04-16 09:02:36'), (3, 'Monthly', '720', '2022-02-27 07:45:23', '2024-11-28 16:57:51'), (4, 'weekly', '168', '2022-02-27 07:45:39', '2024-11-28 16:57:26'), (5, 'Daily', '24', '2022-02-27 07:46:37', '2024-11-28 16:56:51'), (6, 'Hourly', '1', '2022-02-27 07:47:05', '2024-11-28 16:55:45'), (7, 'yearly', '8760', '2022-04-16 09:04:08', '2024-11-28 16:54:59'); -- -------------------------------------------------------- -- -- Table structure for table `transactions` -- CREATE TABLE `transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `trx` varchar(255) NOT NULL, `gateway_transaction` varchar(255) DEFAULT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `gateway_id` bigint(20) UNSIGNED NOT NULL, `amount` decimal(8,2) NOT NULL, `currency` varchar(255) NOT NULL, `charge` decimal(8,2) NOT NULL, `details` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `payment_status` tinyint(4) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `username` varchar(255) NOT NULL, `fname` varchar(255) DEFAULT NULL, `lname` varchar(255) DEFAULT NULL, `email` varchar(255) NOT NULL, `balance` decimal(28,8) NOT NULL DEFAULT 0.00000000, `get_paid_date` date DEFAULT NULL, `image` varchar(119) DEFAULT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `verification_code` varchar(255) DEFAULT NULL, `sms_verification_code` int(11) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `password` varchar(255) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=active, 0=deactivate', `reffered_by` varchar(255) DEFAULT NULL, `remember_token` varchar(100) DEFAULT NULL, `last_login` timestamp NOT NULL DEFAULT current_timestamp(), `ev` tinyint(1) NOT NULL DEFAULT 0, `sv` tinyint(1) NOT NULL DEFAULT 0, `provider` varchar(255) DEFAULT NULL, `provider_id` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_interests` -- CREATE TABLE `user_interests` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `payment_id` int(11) DEFAULT NULL, `interest_amount` float(28,8) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `wishlists` -- CREATE TABLE `wishlists` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `property_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `withdraws` -- CREATE TABLE `withdraws` ( `id` bigint(20) UNSIGNED NOT NULL, `transaction_id` varchar(255) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `withdraw_method_id` bigint(20) UNSIGNED NOT NULL, `withdraw_amount` decimal(28,8) NOT NULL, `withdraw_charge` decimal(28,8) NOT NULL, `user_withdraw_prof` text DEFAULT NULL, `reason_of_reject` text DEFAULT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `withdraw_gateways` -- CREATE TABLE `withdraw_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `min_amount` decimal(28,8) NOT NULL, `max_amount` decimal(28,8) NOT NULL, `charge_type` varchar(255) NOT NULL, `charge` decimal(28,8) NOT NULL, `status` tinyint(1) NOT NULL, `withdraw_instruction` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `withdraw_gateways` -- INSERT INTO `withdraw_gateways` (`id`, `name`, `min_amount`, `max_amount`, `charge_type`, `charge`, `status`, `withdraw_instruction`, `created_at`, `updated_at`) VALUES (2, 'Bank', 10.00000000, 90000.00000000, 'fixed', 1.00000000, 0, '<font color=\"#000000\" face=\"Helvetica\">Sent your Bank Account Details</font>', '2022-04-09 22:11:32', '2024-12-01 09:43:25'), (3, 'USDT(TRC 20)', 10.00000000, 18000.00000000, 'percent', 1.00000000, 1, '<p>1. withdrawal Amount<br></p><p>2. Send Address to Support<br></p><p>3. received withdrawal</p>', '2023-01-03 00:04:27', '2024-07-27 18:58:38'); -- -- Indexes for dumped tables -- -- -- Indexes for table `admins` -- ALTER TABLE `admins` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `admins_username_unique` (`username`), ADD UNIQUE KEY `admins_email_unique` (`email`); -- -- Indexes for table `admin_password_resets` -- ALTER TABLE `admin_password_resets` ADD PRIMARY KEY (`id`); -- -- Indexes for table `comments` -- ALTER TABLE `comments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `deposits` -- ALTER TABLE `deposits` ADD PRIMARY KEY (`id`); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `gateways` -- ALTER TABLE `gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `general_settings` -- ALTER TABLE `general_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `login_securities` -- ALTER TABLE `login_securities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `menus` -- ALTER TABLE `menus` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`id`), ADD KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`); -- -- Indexes for table `pages` -- ALTER TABLE `pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `payments` -- ALTER TABLE `payments` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `payments_transaction_id_unique` (`transaction_id`); -- -- Indexes for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indexes for table `properties` -- ALTER TABLE `properties` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `plans_plan_name_unique` (`property_name`); -- -- Indexes for table `referrals` -- ALTER TABLE `referrals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reffered_commissions` -- ALTER TABLE `reffered_commissions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reviews` -- ALTER TABLE `reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `section_data` -- ALTER TABLE `section_data` ADD PRIMARY KEY (`id`), ADD KEY `section_data_category_foreign` (`category`); -- -- Indexes for table `subscribers` -- ALTER TABLE `subscribers` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `subscribers_email_unique` (`email`); -- -- Indexes for table `tickets` -- ALTER TABLE `tickets` ADD PRIMARY KEY (`id`), ADD KEY `tickets_user_id_foreign` (`user_id`); -- -- Indexes for table `ticket_replies` -- ALTER TABLE `ticket_replies` ADD PRIMARY KEY (`id`), ADD KEY `ticket_replies_ticket_id_foreign` (`ticket_id`), ADD KEY `ticket_replies_admin_id_foreign` (`admin_id`); -- -- Indexes for table `times` -- ALTER TABLE `times` ADD PRIMARY KEY (`id`); -- -- Indexes for table `transactions` -- ALTER TABLE `transactions` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `transactions_trx_unique` (`trx`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_username_unique` (`username`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- Indexes for table `user_interests` -- ALTER TABLE `user_interests` ADD PRIMARY KEY (`id`); -- -- Indexes for table `wishlists` -- ALTER TABLE `wishlists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `withdraws` -- ALTER TABLE `withdraws` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `withdraws_transaction_id_unique` (`transaction_id`); -- -- Indexes for table `withdraw_gateways` -- ALTER TABLE `withdraw_gateways` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `withdraw_gateways_name_unique` (`name`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admins` -- ALTER TABLE `admins` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `admin_password_resets` -- ALTER TABLE `admin_password_resets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `comments` -- ALTER TABLE `comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deposits` -- ALTER TABLE `deposits` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `gateways` -- ALTER TABLE `gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `general_settings` -- ALTER TABLE `general_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `login_securities` -- ALTER TABLE `login_securities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `menus` -- ALTER TABLE `menus` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=282; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=70; -- -- AUTO_INCREMENT for table `payments` -- ALTER TABLE `payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `properties` -- ALTER TABLE `properties` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `referrals` -- ALTER TABLE `referrals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `reffered_commissions` -- ALTER TABLE `reffered_commissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `reviews` -- ALTER TABLE `reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `section_data` -- ALTER TABLE `section_data` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77; -- -- AUTO_INCREMENT for table `subscribers` -- ALTER TABLE `subscribers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tickets` -- ALTER TABLE `tickets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `ticket_replies` -- ALTER TABLE `ticket_replies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `times` -- ALTER TABLE `times` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `transactions` -- ALTER TABLE `transactions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_interests` -- ALTER TABLE `user_interests` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `wishlists` -- ALTER TABLE `wishlists` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `withdraws` -- ALTER TABLE `withdraws` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `withdraw_gateways` -- ALTER TABLE `withdraw_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- Constraints for dumped tables -- -- -- Constraints for table `ticket_replies` -- ALTER TABLE `ticket_replies` ADD CONSTRAINT `ticket_replies_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `ticket_replies_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; 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 */;